core icon indicating copy to clipboard operation
core copied to clipboard

React and HTML framework for Unity UI & UIToolkit

Results 8 core issues
Sort by recently updated
recently updated
newest added

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...

performance

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)

bug

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...

performance

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...

external bug

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.

bug
css

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...

bug
to be documented
android