Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This plugin will create a button (Resolution) in canvas editor (2D main page) which allow you to manage game test resolutions and switch between them very quickly from predefined lists. Based on Resolution Switcher plugin (https://github.com/vinod8990/godot_plugins/tree/master/Resolution%20Switcher), but this one support godot 3.1.Features:- Choose stretch mode and aspect from predefiend list, added tooltip for each one.- Set base resolution, directly or choosing from a list. (will throw error dialog if any value is zero).- Contain a lists of resolution to choose from (like iphone, ipad, android, basic, most used).- If the resolution list is custom, you can define your own resolution. Any custom resolution can be set as a base or test resolution. (will throw error dialog if any value is zero).
Resolution Manager Plugin for Godot:
Description:
This plugin will create a button (Resolution) in canvas editor (2D main page) which allow you to manage game test resolutions and switch between them very quickly from predefined lists.
Based on Resolution Switcher plugin (link), but this one support godot 3.1.
Features:
- Choose stretch mode and aspect from predefiend list, added tooltip for each one.
- Set base resolution, directly or choosing from a list. (will throw error dialog if any value is zero)
- Contain a lists of resolution to choose from (like iphone, ipad, android, basic, most used).
- If the resolution list is custom, you can define your own resolution. Any custom resolution can be set as a base or test resolution. (will throw error dialog if any value is zero)
How to use:
- Create addons folder in your project directory.
- Copy ResolutionManager folder to addons.
- In Godot goto: Project/ Project Settings/ Plugins tap/ activate ResolutionManager plugin.
Todo:
- Add functionality to remove a custom resolution.
- Add functionality to add catogary that the custom resolution will be added to.
Please consider starring the repo if you like the project and let me know if you have any feedback for bugs / feature improvements in the Issues.
This plugin will create a button (Resolution) in canvas editor (2D main page) which allow you to manage game test resolutions and switch between them very quickly from predefined lists.
Based on Resolution Switcher plugin (https://github.com/vinod8990/godot_plugins/tree/master/Resolution%20Switcher), but this one support godot 3.1.
Features:
- Choose stretch mode and aspect from predefiend list, added tooltip for each one.
- Set base resolution, directly or choosing from a list. (will throw error dialog if any value is zero).
- Contain a lists of resolution to choose from (like iphone, ipad, android, basic, most used).
- If the resolution list is custom, you can define your own resolution. Any custom resolution can be set as a base or test resolution. (will throw error dialog if any value is zero).
Reviews
Quick Information
This plugin will create a button (Resolution) in canvas editor (2D main page) which allow you to manage game test resolutions and switch between them very quickly from predefined lists. Based on Resolution Switcher plugin (https://github.com/vinod8990/godot_plugins/tree/master/Resolution%20Switcher), but this one support godot 3.1.Features:- Choose stretch mode and aspect from predefiend list, added tooltip for each one.- Set base resolution, directly or choosing from a list. (will throw error dialog if any value is zero).- Contain a lists of resolution to choose from (like iphone, ipad, android, basic, most used).- If the resolution list is custom, you can define your own resolution. Any custom resolution can be set as a base or test resolution. (will throw error dialog if any value is zero).