- Published on
[Unity] Safe Area for mobile devices with Safe Area Helper
- Authors
- EvelynFull-time IndieDev.I'm Japanese, so please forgive me if my English is strange.
When you were developing on mobile, have you ever had a user point out that the UI was sticking out of the screen?
In this article, I'll show you a Unity Asset to help you free yourself from mobile screen weirdness.
I explain about this, in my youtube video. So if you have any unclear points in my blog post, please watch this video.
Table of Contents
Importing Safe Area Helper
First, let's import the packages we need!
We will use a free asset called Safe Area Helper.
Asset Store link of Safe Area HelperDownload and import from the Package Manager.
Add Safe Area Helper
And it's easy to use, just add the SafeArea script to the game object of the UI you want to support.
When we run the project, we see that the UI is safely contained within the screen's display.
Wrap up
What did you think of this short article?
I hope your mobile game will be a success.
If you do release it, let me know on Twitter!