menip
menip
Similarly for UI themes. One could say both may fit in `Template` or `3D` and something else for the theme.
I like that Category/Tag mixed approach. As I said in https://github.com/godotengine/godot/issues/29389, it would be nice to have a "Theme" category, or with the tags system, a tag.
Could we take care of this before 4.0 release?
@Calinou What is status of the rewrite?
Just a generic number of downloads would be nice. Provides a simple way to filter/find good(well or just popular) assets
Cool. I plan to take a look at updating editor AssetLib browser next month, so having his information available will be nice.
@rluders Your ui seems clean. What is status of project?
Just listing multiple licenses seems easier. Eg might have MIT for your code some CC* for art, and another for fonts.
See also https://github.com/godotengine/godot-asset-library/issues/108
Seems would have to change all add_custom_type( "Behavior*", "Node", preload(script), preload(png) ) to a single add_custom_type( "BehaviorTree", "Node", preload(script), preload(png) ) and for all the rest add_custom_type( "Behavior*", "BehaviorTree", preload(script),...