How do I check AOT support without compile everytime
I need to check whether my code use any function against to AOT run with editor mode. Use IL2CPP compile everytimes were too slow for that.
Comment
Unfortunately we don't have a good way to do this. We need to AOT things in order to see what will work with AOT.
Your answer
