-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current (barely existing) GUI implementation is just leftovers from the old Unity-like Entity-Component design, in which every (programmable) component could override an OnGUI method, to then use static immediate GUI rendering methods in there. This is, of course, quite horrible. All the code for that should be removed, and replaced with an ECS-friendly design, in which all GUI will work with the help of specialized components.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request