How to integrate unit3d into eclipse IDE?

I'm new to Unity3d and can't figure out how to integrate 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?

+4
source share
4 answers

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.

+3
source

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.

0
source

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.

0
source

All Articles