The Unity and Unreal plugins have the ability to auto-generate template and feature definitions from an exported JSON file. There should be a node cli program included or as part of a separate package. It should generate Typescript files with interfaces for features and templates including comments extracted from the tooltips.
Should it generate classes? Or just interfaces. If it generates classes how can users add new methods to them without them being overriden?
The Unity and Unreal plugins have the ability to auto-generate template and feature definitions from an exported JSON file. There should be a node cli program included or as part of a separate package. It should generate Typescript files with interfaces for features and templates including comments extracted from the tooltips.
Should it generate classes? Or just interfaces. If it generates classes how can users add new methods to them without them being overriden?