- Home /
Any solution to run time code compilation for IL2Cpp 64 bit?
OUTPUT:
Suppose I have a string of code that I want to compile and execute dynamically.
The things that I've tried are:
1. https://github.com/aeroson/mcs-ICodeCompiler
2. https://github.com/SoapCode/UCompile/tree/master/Assets/UCompile
3. Asset Store's https://assetstore.unity.com/packages/tools/integration/roslyn-c-runtime-compiler-142753#reviews
But what I got to understand is that all of the above doesn't work with IL2Cpp builds.
Let me know if you guys have a solution, Thanks a lot in advance
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Server side c# scripts loads at runtime 0 Answers
Executing code at runtime 2 Answers
Export objects to a .3DS file at runtime 1 Answer
unity allow player to script a object or compile and run a code in runtime 1 Answer