ValksGodotTools / Template

A template used for quickly setting up new Godot 4 C# games.
MIT License
105 stars 8 forks source link

SceneManager should be defined in Template as Resource or in GodotUtils as static? #11

Closed valkyrienyanko closed 1 year ago

valkyrienyanko commented 1 year ago

Going to leave it as static because it requires GetTree() which you can't do in Resource. And I'll just leave it in GodotUtils because I can.