Ash Blue
Ash Blue
ECMA Script 5 has OOP class methods built in it seems. Might be a good option.
Did you save the scene before running the repair? It can sometimes cause problems if you don't.
I was able to use OmniAuth's [Google oAuth2](https://github.com/zquestz/omniauth-google-oauth2) to limit specific domain access and it was quite simple. Just need to add a parameter to your callback as detailed in...
Yeah this is a feature I've thought about adding for a while. Being able to see the graph highlights in the pause state would be super useful. Definitely was annoying...
This issue seems to have been fixed in Unity 2023. Need to verify that though.
There appears to be an async failure issue with Unity's boot cycle that was introduced in 2022, looking into potential solutions. Will try a new fix on the next pass.
After a lot of consideration the best solution here would be a first time setup window that generates the files instead of the custom setup hook I'm using. DoTween does...
The issue "seems" to be fixed in Unity 6, but I still think it's safer to move to a setup window for a number of reasons. Keeping the issue open.
This issue can be worked around by having unique paths I believe. Is there an edge case where you would have duplicate name paths? Renaming objects without running a recompile...
You'll have to nest duplicate name IDs under a different parent. I wouldn't put a duplicate name path at the same level. I tested this with multiple nested IDs with...