Skip to content

Multirious/gd-advanced-inspector-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Inspector Exporter

Advance Inspector Exporter logo

This Godot Addon make variable advanced exporting in Godot easier.

Note: This addon might be no use when Godot 4.0 come out with the new export keyword


What's advanced exporting you asked? You can read the Godot documentation here. Or see the preview below.

This is what you would normally see what inspector shows with normal export keyword

Advance Inspector Exporter logo

Which is just fine but what if you wanted to organize something up? Well, if you read the doc, you can do just that with the override function _get_property_list()

Advance Inspector Exporter logo

But doing that manually will be quite a pain and not very readable.

Advance Inspector Exporter logo

This addon will make that, looks like this.

Advance Inspector Exporter logo

You have to do the align by your self 😉

More documentation about this plugin is inside the script file.

Installation

Just put addons/advanced-inspector-exporter in your addon folder

About

This plugin make advance exporting in Godot easier.

Resources

License

Stars

Watchers

Forks

Packages

No packages published