Hello, I was wondering and would like to ask, we’re working on our final capstone project which is a gamification e-learning app that teaches C++ programming; were using unity for the dev, now our trouble is that we don’t know how to implement our compiler within the app where the user can code and do programming. Planning to use any builder or IDE for the compiler, but there’s no such that can support unity engine?!, We ain’t a programmer but we’re trying hard to do so…Does it mean should we really do program the implementation for that compiler?, Thank you:)… We really need help this time, so hoping someone would help us, Thank you and Have a nice day:)
You could probably include a compiler in the game build and then run it from C# code using Process.Start()
Something like this: Running an external EXE file from Unity - Questions & Answers - Unity Discussions
Hello:), Thank you for this…I’m looking into it now, I really appreciate the help:)