Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i link up my Android phone to unity for Testing Games?

i just started learning unity and i am stuck at linking my Android Phone to unity to test run. Is it possible to test games on android phone from unity? i try with emulator but couldn't work it properly Emulator's Screen goes blue, it did show welcome screen of unity.

My device is xperia arc Android 4.0.4 is their any synchronization software for unity and android?

like image 802
Youddh Avatar asked Jul 02 '12 06:07

Youddh


People also ask

Does Unity support mobile phones?

Unparalleled platform support Maximize your reach with Unity's unparalleled multiplatform support. Build your experience once for Android and iOS, then easily deploy to PC, console, VR, web and desktop platforms.

Can Unity be used for Android games?

Build better games with Unity, the industry-leading development platform that powers over 75% of the Android mobile games market.


1 Answers

There are two things you can do.

One, as already pointed by Jerdak, is installing your android device drivers and the android SDK. There's no better steps to take here than what already pointed in the docs, and I see no reason to replicate the steps here.

The second thing is using the "magical" Unity Remote. It's far from ideal for testing games, but it may be useful for some testing and it is a lot faster and simpler to run. You just need to install it on the device, have it on the same wifi as your running Unity Editor and hit play.

like image 69
cregox Avatar answered Oct 27 '22 05:10

cregox