CodeSmile-0000011110110111 / UnityResolutionDialog

Replacement for Unity's built-in resolution dialog (aka Screen Selector) that was removed in Unity 2019.3. Works both up front (simply make it the first scene) and as a popup dialog (default key: ESC). Intended for development / testing purposes but can also be used in production.
MIT License
111 stars 20 forks source link

Popup before starting game #6

Open Zapas007 opened 3 years ago

Zapas007 commented 3 years ago

Hello there , I was wondering if there is a way to make this Dialog to open once I click on the .exe file with that I mean before the game starts like the old resolution dialog? cause I've been trying the script and it only works after I enter the game. Thanks !

rhys-vdw commented 3 years ago

@Zapas007 Best you can do is to put it in a scene by itself which is the first scene, then load your regular scene when you press "Play".