Gökhan Kurt

Results 76 comments of Gökhan Kurt

@fi3ework Thanks a lot for the updates. It looks much more polished now. I noticed the issue now. Will try to fix it.

The issue should be fixed now. Although now I think, it would be easier to just re-run Biome on all files on every file change, and it wouldn't even be...

I am having this issue frequently in various projects as well. Happens after I change the code a few times.

Is there a plan to fix this? Is there a workaround? Edit: I guess it works if I replace all `$defs` with `definitions`, and wrap all `$ref` in `allOf` because...

In the new version of `@reactunity/scripts` package, extension names will be added to the end of the file names to avoid name collisions, because Unity ignores extensions in Resources.

yoga binary for Android is also on 3.1.0. The change was done after 3.1.0. I think the issue is with Unity 6, as it was working with other versions of...

I tested this in Unity 6 and can't reproduce it. I suspect your issue might be caused by Code Stripping. You can try to lower code stripping level. Start from...

I just found that out too. For some reason minifying the build breaks the Yoga package. I will look into why that happens more thoroughly later. For now the minifying...

If you want to keep Minify enabled, the solution is to enable `Custom Proguard File` in the Project settings and add this code to the proguard file: ``` -keep class...

Added doc [here](https://reactunity.github.io/learn/howto/troubleshooting#it-doesnt-work-in-android-when-minify-is-enabled).