Is your feature request related to a problem? Please describe.
When creating or editing a character, a lot of additional objects need to be created to make it functional. The user interface is a bit hard if you don't know about the internal data structures.
For example, editing stat values requires to know that there is an stat attributes collection.
Describe the solution you'd like
A more intiutive UI and automatic initialization of the required objects.
It should initialize the same data as the game logic when creating a character in-game.