.. | ||
.sample.json | ||
CubeMaterial.mat | ||
CubeMaterial.mat.meta | ||
README.md | ||
README.md.meta | ||
UnityRemoteSettings.png | ||
UnityRemoteSettings.png.meta | ||
UnityRemoteTest.unity | ||
UnityRemoteTest.unity.meta | ||
UnityRemoteTestScript.cs | ||
UnityRemoteTestScript.cs.meta |
Unity Remote Sample
This sample is just a simple scene that lets you see try out the Unity Remote app. The app is useful for quickly testing your project in the Unity Editor without having to build and deploy to the device. This is supported for iOS and Android.
More detailed information about the Unity Remote can be found in the Unity manual.
Instructions:
- Install the Unity Remote app on your Android or iOS device.
- Connect the device to your computer via USB. On Android, make sure you have the Android SDK installed and configured appropriately in Unity. Also, USB debugging needs to be enabled.
- In Unity, go to
Edit > Project Settings > Editor
and select the device in theUnity Remote
section. - Open the Unity Remote app on the device.
- Open the
UnityRemoteTest.unity
scene from this sample. - Enter play mode. After a short delay, the Unity Remote app on your device should switch to display the scene and you should be able to interact with the scene in the editor using the device.