我是Unity3d的新手,不知道如何集成Unity3d with Eclipse IDE?
实际上我需要用Unity3d在安卓中创建游戏。
我提到了this,但从那以后,我无法得到关于如何集成它的完美想法。
有没有人能告诉我如何集成它的步骤?
发布于 2012-12-31 15:01:39
请参阅这些链接below.In first链接,其中提供了如何在eclipse中包含unity的分步过程。
http://www.rbcafe.com/Softwares/Unity/Documentation/Manual/Android-Integrating%20Unity%20With%20Eclipse.html
Integrating Unity with Eclipse - How to follow the "official" tutorial's instructions?
发布于 2015-04-24 22:46:34
你不需要eclipse来制作android游戏。访问此链接了解unity
http://unity3d.com/learn/tutorials/modules
当你为unity制作android插件时,你需要eclipse或android studio。
发布于 2015-06-12 23:37:24
在unity Press文件/Build settings/ android /中,选中google android项目复选框,并选择要将项目导出到的文件夹。
之后,unity会将你的项目导出为android项目。
https://stackoverflow.com/questions/14098178
复制相似问题