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
Godot Engine (v3.0) screen manager with config factory to support loading screen config using ConfigFile.See example project for some usage.
godot-screen-manager
Godot Engine (v3.0) Screen Manager
Running the example
- Click start menu, type
Command Prompt
- Right-click
Command Prompt
and click onRun as Administrator
- Run the commands below, assuming you checked out the repo into a
Documents\src\godot-screen-manager
directory.
Windows
cd c:\Users\YOUR_USERNAME\Documents\src\godot-screen-manager\example
mklink /D addons c:\Users\YOUR_USERNAME\Documents\src\godot-screen-manager\addons
Linux/Mac
cd Documents/src/godot-screen-manager/example
ln -s ../addons
If you check out the main.gd, as of this writing, there's probably a good bit of cleanup that can be done to avoid DRY.
File Backend
It seems that the user://
path resolves to C:\Users\YOUR_USERNAME\AppData\Roaming\Godot\app_userdata\Godot Screen Manager
.
Godot Engine (v3.0) screen manager with config factory to support loading screen config using ConfigFile.
See example project for some usage.
Reviews
Quick Information
Godot Engine (v3.0) screen manager with config factory to support loading screen config using ConfigFile.See example project for some usage.