Android and Unity 3D game development

后端 未结 6 546
难免孤独
难免孤独 2021-02-01 04:13

I am starting to explore the game development using unity 3d for android. I have downloaded the trial version of unity 3.3. I went through few tutorials.

I have one ques

6条回答
  •  萌比男神i
    2021-02-01 05:03

    Yes, you can simply copy the apk to your device and install it. Unity builds an apk file (and will optionally sign it using a keystore that you provide or let it generate for you). Once it has built that apk you can deploy it normally. You can even have it include a customized manifest in the apk that it builds if you want to (but it generates a nice one from your settings in the unity project by default).

提交回复
热议问题