DEV Community

Hiromichi Yamada
Hiromichi Yamada

Posted on

Unity Asset "Ultimate Mobile" Memo

https://assetstore.unity.com/packages/tools/integration/ultimate-mobile-20152

Android

// Add AndroidManifest.xml -- in the <manifest> tag.

 xmlns:tools="http://schemas.android.com/tools"


// Add AndroidManifest.xml -- in the <application> tag.

 tools:replace="android:icon"

Enter fullscreen mode Exit fullscreen mode

Top comments (0)