Hello
I am newbie here.
Just wonder if Delphi can communicates with Unity3D.
I want to use Delphi developing network communication, Unity3D is for 3d GUI.
Is that possible?
Thanks
interdev
Hello
I am newbie here.
Just wonder if Delphi can communicates with Unity3D.
I want to use Delphi developing network communication, Unity3D is for 3d GUI.
Is that possible?
Thanks
interdev
if you own Unity Pro then you can create a DLL with delphi and use that in your unity project through the usage of the DLLImport / System.Runtime.Interop functionality
Thanks
Unity3D Pro means that it is cover Windows, Mac, Iphone?
and also means Unity3D can communicates with objective-c?
Sincerely
interdev
Unity Pro means windows and osx and web technically though your delphi dll will only work on windows unless you compile a .NET 2.0 / cross platform compile.
On the iphone you need to have C / C++ / ASM / Obj C code and you need to own Unity iPhone Advanced (sold seperately, not part of pro) to use any plugin support.
by the way: there is no Unity3D, there is only Unity.
The domain is Unity3d.com because unity.com has been taken ![]()
:lol:
Delphi supported means I can create independent .exe file with Delphi, which can communicate Unity dll to control Unity 3d GUI withou web browser?
Sorry for so basic question.
Thanks
interdev
Such a thing does not exist, sorry. There is no Unity DLL
Unity is not a framework or engine you can just plug in somewhere. Its a 3d engine technology that generates the whole player for you. You expand that technology through external code, not vice versa.
The only thing thats even slightly like that is the usage of the IE webplayer, which is an ocx, within your app. But you can not call unity functions directly that way, you can only use the same functions you have available to call in from JavaScript in the webplayer
If you are looking for a 3d rendering in dll form which you can just plug in, then irrlicht / ogre 3d might be more what you are looking for
hi but is possible plug winfom unity in delphi ? and comunicate with form example with pipeline
i see in C# many example of it not for delphi
thanks