AIRTV-GH / Draxis

Files for the Draxis Game
Apache License 2.0
0 stars 0 forks source link

saving game resolution to player prefs #1

Closed ghost closed 6 years ago

ghost commented 6 years ago

for now we are getting the screen resolution at intro scene. probably this will work only for this scene , we need to save the resolution to playerprefs , so we can access the game's resolution from other scenes whenever we need that.

here is some hint for player prefs : https://docs.unity3d.com/ScriptReference/PlayerPrefs.html

Cstough commented 6 years ago

I think I did this correctly, seems to work.