nothingTVatYT
nothingTVatYT
~~One remaining issue: The syntax check on Rider marks the attribute as an error although it compiles and works just fine.~~ Fixed.
**Issue description:** A headless instance of FlaxEditor crashes instead of signalling that a project folder is invalid.  **Flax version:** 1.7.2 (latest master)
UnixDefines.h defines: ``` #define PLATFORM_TEXT_IS_CHAR16 1 ``` which leads to: ``` #if PLATFORM_TEXT_IS_CHAR16 typedef char16_t Char; ``` in BaseTypes.h and that's the reason why the C/C++ wide character functions fail...
**Issue description:** Not sure whether this is intentional but the screenshot function in the editor (F12) ignores the UI. It will only screenshot the scene rendering but no screenspace UI...
Building the FlaxEditor with both sdk7 and 8 installed works but as soon as you start it a segmentation fault is crashing the editor. The backtrace: ``` Thread 1 "FlaxEditor"...
**Issue description:** Rigidbody with locked position constraints still react to gravity (unless set to kinematic or ignore gravity) even if the position is locked. Furthermore setting constraints make them ignore...
The asset packs browser reports an IOException when trying to access the online asset packs: (The URL https://jmonkeyengine.org/assetpacks/list.php indeed yields an HTTP 404.) ``` SEVERE [org.openide.util.Exceptions] java.io.FileNotFoundException: https://jmonkeyengine.org/assetpacks/list.php at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1996)...
**Issue description:** When mapping a key by name in the input settings this name reflects some "standard" mapping (maybe a US layout?) not the key defined in the system. **Steps...
**Issue description:** Dragging of images e.g. jpeg from the file manager to the Flax Editor Content window does not work on ArchLinux/KDE (X11). There is no error, it's just silently...
For debugging and fixing root motion as well as many other applications it would be nice to have a set parameter node along the get parameter. That way we could...