Frequently Asked Questions


Does it work on Unity 2023?
Yes, Code Enchanter supports Unity 2023, Unity 2022 and Unity 2021. For older verions, (Unity 3.4 or newer), legacy version can be used, see Feedback for details.

Does it work on Mac?
Yes, Code Enchanter works on all Unity editor platforms; which are Windows, OSX and Linux.
And all target platforms are supported: mobile (iOS, Android), VR & AR (Oculus, Magic Leap, PS VR ...), desktop (Windows, OSX, Linux), console (XBox One, PS4, Switch ...) and web (Webgl)

Does it work with Burst compiler?
Both Code Enchanter and Burst compiler aim to increase performance of your game. Yet they do it in different ways, so they do not conflict and can work together. Code Enchanter tries to decrease CPU instructions and reduce memory allocations while Burst compiler tries to parallelize CPU tasks and align data on memory.

How much performance gain from Code Enchanter?
It depends on where the enchantments are applied. If they are applied in a hotspot (like a frequently called for loop or Update method), fps might increase 5-10 frames or button click might not stutter the game anymore.

Can I try it?
Totally, here is an online demo.
Unity Asset Store | Twitter | Contact