core
core copied to clipboard
React and HTML framework for Unity UI & UIToolkit
When creating new elements, many new GameObjects will be created on Unity side. This is a problem especially since some components drop the framerate on initialization (like TextMeshPRO). Such components...
There are some non-critical issues in the QuickJS scripting engine. - An error happens in the hot reload [(link)](https://discord.com/channels/884829138991603792/884829138991603795/999753849474654379) - An error happens when accessing `EventSystem.Current` [(link)](https://discord.com/channels/884829138991603792/884829138991603795/1000012419415945288)
Currently the `background-image` property has some performance issues that drop fps significantly when used abundantly. There are two main reasons: - `NotifyStencilStateChanged` is called needlessly. [Discord link](https://discord.com/channels/884829138991603792/884829138991603795/1017501655375290368) - Background image...
I'm seeing an issue in a pretty simple example where setting a % on the width in CSS on a view object doesn't seem to work. In this example, the...
I have the same element rotating in both web and in Unity, the one in web rotates clockwise, and the one in Unity rotates counterclockwise, with the exact same code.
I can't authenticate with a Nakama server, post requests fail with `zlib: invalid header` GET requests work
## Description Images load correctly during development, but when the React app is served from the __Resources__ folder, incorrect images are displayed due to identical file names with different extensions....
My Android build crashes with the following error message. ``` 2024/08/15 17:01:52.830 15139 15185 Error xiaohai.MiniRPG Failed to register native method com.facebook.yoga.YogaNative.jni_YGConfigNewJNI()J in /data/app/~~4FIby3FGUqxZt8J25q5czA==/com.xiaohai.MiniRPG-YxUEpHMB-oeFNwMCuXOmkQ==/base.apk 2024/08/15 17:01:52.836 15139 15185 Error CRASH...