Resolution Management

Hello people, this is my first question, please be gentle to my low coding skills. :slight_smile:

I’ve a resolution script for my 3D PC game. You can see “for” cycle under this panel. There is an int in it, which we call “i”. When I change “i” 0 to 4, it also changes the resolution in game. 0 equals 640x480 and 4 equals 1366x768. But when I change “i” 0 to 4 all the options in the dropdown disappearing except 1366x768.

The problem is when I build the game with i=0; , it automatically arrange the resolution to 640x480. I don’t want that, nobody wants. :slight_smile: I want it to open the game with my current screen size (or any computer’s).

What should I do? (Please consider my low coding knowledge)

-Thank You


Up