Easily register, delete and change GameViewSize in Unity
It is troublesome to register, delete, or change GameViewSize using the default function of Unity. [GameViewSize Settings] is a tool that can do these easily. We prepare representative terminal sizes of iPhone and Android as presets. You can change GameViewSize with one button. If you want to easily incorporate the screen size necessary for development and debugging please try using this tool.
- Register the screen size of a representative smartphone terminal in GameViewSize.
- Delete registered GameViewSize
- Change GameViewSize
import GameViewSizeSettings.unitypackage
- MenuItem "Window/GameViewSize Settings"
- Switch Tab
- Click the "Add" button of the required preset or click the "Add all preset" button
- Click the "Remove" button of the required preset or click the "Remove all preset" button
- Click the title of each item displayed in the "REGISTERED" area
-
【↑】 iPhone 5 5s 5c SE width = 640, height = 1136
-
【→】 iPhone 5 5s 5c SE width = 1136, height = 640
-
【↑】 iPhone 6 6s 7 8 width = 750, height = 1334
-
【→】 iPhone 6 6s 7 8 width = 1334, height = 750
-
【↑】 iPhone 6Plus 6sPlus 7Plus 8Plus width = 1242, height = 2208
-
【→】 iPhone 6Plus 6sPlus 7Plus 8Plus width = 2208, height = 1242
-
【↑】 iPhone X width = 1125, height = 2436
-
【→】 iPhone X width = 2436, height = 1125
-
【↑】 iPad Mini width = 768, height = 1024
-
【→】 iPad Mini width = 1024, height = 768
-
【↑】 iPad Mini 2 3 4 width = 1536, height = 2048
-
【→】 iPad Mini 2 3 4 width = 2048, height = 1536
-
【↑】 iPad iPad2 width = 768, height = 1024
-
【→】 iPad iPad2 width = 1024, height = 768
-
【↑】 iPad 3 4,Air Air2,Pro9 width = 1536, height = 2048
-
【→】 iPad 3 4,Air Air2,Pro9 width = 2048, height = 1536
-
【↑】 iPad Pro10.5 width = 1668, height = 2224
-
【→】 iPad Pro10.5 width = 2224, height = 1668
-
【↑】 iPad Pro12.9 width = 2048, height = 2732
-
【→】 iPad Pro12.9 width = 2732, height = 2048
- 【↑】 Nexus 5X width = 1080, height = 1920
- 【→】 Nexus 5X width = 1920, height = 1080
- 【↑】 Galaxy S4 S5 Note3 width = 1080, height = 1920
- 【→】 Galaxy S4 S5 Note3 width = 1920, height = 1080
- 【↑】 Galaxy S6 S7 width = 1440, height = 2560
- 【→】 Galaxy S6 S7 width = 2560, height = 1440
- 【↑】 Galaxy S8 width = 1440, height = 2960
- 【→】 Galaxy S8 width = 2960, height = 1440
- 【↑】 Xperia XZ Z1 Z2 Z3 width = 1080, height = 1920
- 【→】 Xperia XZ Z1 Z2 Z3 width = 1920, height = 1080
Please rewrite "GameViewSizePreset.cs" or Make a issue GameViewSizeSettings issue