I'm new to Unity3d and can't figure out how to integrate Unity3d with Eclipse IDE ?
Unity3d
Unity3d with Eclipse IDE
Actually I need to create a game in android with Unity3d.
I called it , but from this I canβt get the perfect idea on how to integrate it.
Can someone point me to the steps to integrate it?
See these links below. The first link has a step-by-step procedure on how you enable unity with eclipse.http://www.rbcafe.com/Softwares/Unity/Documentation/Manual/Android-Integrating%20Unity%20With%20Eclipse.htmlUnity Integration with Eclipse - How do I follow the "official" tutorial?
You do not need eclipse to create an Android game. Visit this link to teach unity.
http://unity3d.com/learn/tutorials/modules
You need to create an eclipse or android studio when you make the plugin for Android.
From within unity Click file / Create settings / android /, then check the chekbox google android project and select the folder where you want to export the project.
after this unity will export your project as an android project.
In unity: File β Build Settings. Platform, select Android. Check out the checkBox "Google Android Project". Build it.
You will get a Google Android project. Then open it using Eclipse.