Unity and native interaction AndroidStudio chapter - Unity exports Android projects and imports the whole process of AndroidStudio packaging APK

1. Unity exports Android project:

  

 

unityLibrary: Unity’s function library module, an important folder used in the android project

launcher: unity's launcher module, containing very little java code

 2. AS opens the unity android project

  The entire android project exported directly by Open unity, the Launcher module is used as the app startup module

 3. AS integrated unityLibrary ( recommended )

Method: Import Library Module 

<

Guess you like

Origin blog.csdn.net/smile_otl/article/details/130681404