willnationsdev / log

A log of my ongoing and planned development efforts.
MIT License
0 stars 0 forks source link

Godot 3.2: Add ClassType wrapper and SceneTemplates #11

Closed willnationsdev closed 5 years ago

willnationsdev commented 5 years ago

SceneTemplates are like editor-only script classes for scenes (they show up in the CreateDialog). ClassType is a convenience wrapper around engine classes, script classes, and scene templates.

willnationsdev commented 5 years ago

I am now in the process of refactoring this branch in the following ways:

willnationsdev commented 5 years ago

Based on the discussion in godotengine/godot#21187, there is no need to continue working on this. Anything that can assist both the editor (can't be a module, must be in core or editor) and runtime (can't be in editor) would have to be in core, and any and all core changes that would enable a user-defined type system will not be approved by reduz.