Is it possible to make games using Unity with c++? If so, how to integrate them? because i have done several research that mostly Unity uses Javascript and c#. Actually, this is for my school project. So, i hope anyone can help since this is my first time using Unity. Thanks :)
2 Answers
2If you use the Pro version you have can use plugins, which essentially enables you to call function from C/C++. See documentation here
It’s also possible now with Unity 5 Free, however, Marshaling and P/Invoke are not so easy to get into so easily.
Debugging C++ DLLs is easy, but you have to run Unity itself under CDB in order to land on your DLL’s Breakpoints.
Okay then.Thanks.
– anon28134237