Unity Plugin: Device Simulator

Needone App
2 min readSep 2, 2020

When developing on mobile games, it is necessary to make sure the game is compatible on most of the screen size. Device Simulator is such a plugin or package which can easily show you:

  • Playable area
  • Game looks like under different model (iPhone/Android/Pad)

How to install device simulator

Window → Package Manager, click Advanced → Show preview packages: In the search box search device simulator and in the popup window, select yes.

That is it, the installation finished. Now you can use the Device Simulator in the Unity Project: Window → General → Device Simulator:

You can click the Safe Area to show the green border, the safe area is a feature that restricts the edges of game playable area so that they don't get clipped by the corners or notch (if there is any).

Reference:

Hacking with Unity Newsletter

Join the newsletter to receive the latest updates in your inbox.

Originally published at https://hackingwithunity.com on September 2, 2020.

--

--