FlaxEngine / FlaxEngine

Flax Engine – multi-platform 3D game engine
https://flaxengine.com
Other
5.5k stars 540 forks source link

[Suggestion] Nested Category for Scripts in editor #2541

Open alcoranpaul opened 2 weeks ago

alcoranpaul commented 2 weeks ago

Be able to have sub/nested categories for further promoting organized scripts when adding them or creating a JSON asset.

Below is what I have, my expectation is that when I put a forward slash in the category attribute then it will create a subcategory. image

But upon doing so, it just created another category by itself as shown below. image

Tryibion commented 2 weeks ago

If you want easy organization, at the top of your class put the ContentContextMenu attribute and you can add it to the content context menu for automatic json asset creation. then you dont even have to touch that menu for json assets that you create a lot.

alcoranpaul commented 2 weeks ago

If you want easy organization, at the top of your class put the ContentContextMenu attribute and you can add it to the content context menu for automatic json asset creation. then you dont even have to touch that menu for json assets that you create a lot.

Nice solution, I didnt know about that thanks. But I still think my suggestion should be something for future features if it is still applicable