- Home /
Disable JIT compilation in the Editor (Enable Full-AOT mode)
I'd like to disable JIT compilation in the PC editor so we can track down and solve some problems with generic classes being unable to be compiled at runtime when deploying to device.
We've run into some pretty nasty problems when deploying our projects because mobile platforms generally don't support runtime code generation/JIT compilation.
From the Mono docs, there appears to be a way to disable JIT by forcing Full-AOT mode - however I'm not sure how I go about doing this in Unity.
Thanks
Comment
I would love to know this as well, but there doesn't seem to be any concrete solutions, especially in-editor solutions. I don't suppose you've found anything since you asked have you?