using Unity for standalone application Visual C++

I am evaluating unity and thinking of moving from virtools to unity We develop custom applications, for which virtools provides c++ sdk . is there one similar in unity.

It has to be c++ as our AI library and other apps are in C++, no C# please .

If there is a SDK is it well documented, cos i cant find the documentation

I dont want to experiment with the activeX control and risk project deadlines

1 Answer

1

Unity is a self contained application which runs scripts via mono (which can themselves call c++ plugins in the Pro version, which you could take advantage of)

There isn't an SDK version of unity (i.e. something you can embed in another application - there's plenty of documentation for the scripting API itself)