Gökhan Kurt
Gökhan Kurt
This PR partially adds support for using V8 with ClearScript in Android Mono. It is partial because it requires some manual steps, and it uses some solutions which can be...
I tried to run my app in a M1 architecture MacOS. ClearScript seems to be failing to detect that it is running in Arm64 architecture. It is picking the `osx-x64`...
Is there a plan to support Android Mono? Is it possible and feasible? I see this was discussed in #57 but ClearScript does not use mixed assemblies anymore so I...
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...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: win32 Arch: x64 Version: Windows...
I am interested in using this project and currently, only way to learn how to use it is by examining the examples. However, script references are all broken. That is...
### Describe the bug See this line: ```tsx router.matchRoute({ to: '/posts' as string }); ``` I am deliberately casting the path to string to show the issue. Because sometimes the...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...