Change ‘Game Native Resolution’ with this plugin.
Tutorial:-
Set Resolution – It takes ‘Width’ and ‘Height’ as parameter and changes window size accordingly
Set Full Screen – Makes game full screen
Use Cases:-
– You can add a setting which changes window resolution.
– You can add a keyPress event which loops through different resolutions when a key is pressed.
– You can let user decide window size using variables.
IMPORTANT:-
– Ask user to restart the game after changing window resolution. This will prevent some font sizeing bugs.
– When exporting project, make sure to change window resolution to initial Game Native Resolution.
Author: SpunkyAmbassador