Question by 
               ProjectBG · Oct 12, 2018 at 10:16 AM · 
                buildstandalonescreen resolution  
              
 
              ScreenResolution is not being reset Unity
Hi guys my resolution upon running my newly build app is always 1920 x 1080 now I want to set it to 1280 x 720 fullscreen resolution . So what I did are this
 PlayerSettings.defaultScreenWidth = 1280;
 PlayerSettings.defaultScreenHeight= 720;
and also I set it on my Player Setting just to be sure

So here's how I find out that my resolution is not resetting
 resolution.text = Screen.currentResolution.ToString();
Here's the solution I tried so far
On this forum
Unity Forum. Where in tried also deleting the registry key in windows but that didn't work . I even tried also deleting the playerprefs but unfortunately that doesn't work also.
Could someone please help me with a remedy to this problem.
               Comment
              
 
               
              Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                