SA-MP Forums Archive
Unity3d - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Unity3d (/showthread.php?tid=596024)



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.