Hey everyone,
I have created multiple scenes of my game for different screen sizes. Maybe this is not the smartest solution but I found this way easier than playing with anchors. Anyway… is there a way to set which scene will be loaded while the game is loading? In Build Settings I can manually choose which scene will be first but is there maybe any way to run a script while first loading the game to select first scene based on the screen size?
I can probably create a generic first scene where I will run the script and set the game scene based on that but with the Unity loading screen in the beginning I was wondering if there is a way to do it during this.
Thank you!