SolidAlloy / GenericScriptableArchitecture

ScriptableObject architecture with small, easy-to-expand codebase, and simple UI.
Other
120 stars 13 forks source link

[Request] Make generated concrete classes more readable #11

Closed Ivan-Vankov closed 2 years ago

Ivan-Vankov commented 2 years ago

When you create a variable this is how it looks like in the inspector: image I have NO idea what class it is by just looking at it. Can you make it something like ConcreteClass_<actual class name>_... or <actual class name>_ConcreteClass_... so that it is more readable, please.

PS: I think this project is brilliant and I want it to be the best it can be. I want to help by finding as many problems as I can and making issues for them. Sorry if I add way too many issues, I promise I'm not spamming :D.

SolidAlloy commented 2 years ago

That's a regression made in the previous version when I reworked the variable editor. I fixed it in the last 1.4.1 version, it should show something like Variable<int> now. Thanks for helping with the project, I appreciate it!

Ivan-Vankov commented 2 years ago

Works like a charm, thank you! image