Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Last active April 17, 2024 08:51
Show Gist options
  • Save Fartomy/4a2729e7891963852de9b45dc798764c to your computer and use it in GitHub Desktop.
Save Fartomy/4a2729e7891963852de9b45dc798764c to your computer and use it in GitHub Desktop.
Quickly Mirror or Preview The Game Quickly

🎠 Quickly Mirror or Preview The Game Quickly

We may want to quickly test mobile games.

Method 1 - Unity Remote App

  1. Download Unity Remote App to mobile device
  2. Connect mobile device with USB to PC and choose File Transfer mode
  3. Activate USB Debugging and Install via USB option into mobile device settings
  4. Ensure to downloaded Android Build Support package into your Unity Project
  5. Make sure to chosen the Plaform mode is Android in the File -> Build Settings
  6. Change Device as Any Android Device or used device model name from Edit -> Project Settings -> Editor -> Unity Remote Section
  7. Open the Unity Remote App and start the game from Unity Editor

Method 2 - Build and run

Unity Remote app can be cumbersome, so this method is much better than that.

  1. Follow the Method 1 second and third steps
  2. Follow the Method 1 third step
  3. Go to File -> Build Settings in Unity Editor
  4. Refresh the Run Device section and select mobile device
  5. Press Build and Run button
  6. If your first build, choose which location to save the .apk file to
  7. Press install on the install pop-up that comes to your mobile device.
  8. A few seconds later that runs

That's it

Source

  1. How to setup Unity Remote 5
  2. Quickly preview your game on Android device | Unity tutorial
  3. How to EASILY Build to an Android Phone in Unity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment