Truman Kilen
Truman Kilen
As far as I'm aware, the only way to get to username is by making another request to the cloud monitor page, which is not a reliable way to get...
I don't have much time to do it myself, but pull requests are welcome. ;)
PRs are welcome.
[ZenTools](https://github.com/Archengius/ZenTools/) is a tool that extracts assets from IoStore containers (ucas/utoc) into uasset that UAssetAPI can operate on.
> on the releases page for the gui it says... > > "Added support for Unreal Engine 5 .pak assets; this does NOT include IO store/Zen assets." > > has...
I personally am waiting on a way to toggle maps tags client side. :)
Missing `.uexp` file and engine version
Seems like zoom-in just doesn't like high delta values, but zoom-out is fine. The events received by the wasm version have vertical deltas of -120 and 120 and when I...
@huand Ha! I have a [similar hack](https://github.com/trumank/rma-editor/blob/4834f166d23e8c65001dcad04e68e0d15a4baacf/rma/src/main.rs#L304-L318): ```rust for event in &mut frame_input.events { if let Event::MouseWheel { ref mut delta, handled, .. } = event { if !*handled {...
> I should note that I got past this using: > > ``` > $ brew install sfml csfml > ``` I also had to set these env vars after...