Unity3d -
vassilis - 11.12.2015
Hello guys i wonder if anyone could help me with a question i have.
Is there any way i could connect my coding with Unity3d?
If yes, how could that be implemented?
Example:
I am creating a basketball game using a programming Language(C++/Pascal or whatever you want) then,
I create a basketball court and some animations How i could make a connection between design and program?
Re: Unity3d -
iMTubeā¢ - 11.12.2015
use unreal engine
Re: Unity3d -
Mauzen - 11.12.2015
Unity 3d uses the scripting languages "UnityScript", c#, and Boo. You can also link your custom c++ dlls, but this only works in the pro version. Apart from that you cant use any other programming languages with the engine afaik.