Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multirious/gd-advanced-inspector-exporter
This plugin make advance exporting in Godot easier.
https://github.com/multirious/gd-advanced-inspector-exporter
Last synced: 7 days ago
JSON representation
This plugin make advance exporting in Godot easier.
- Host: GitHub
- URL: https://github.com/multirious/gd-advanced-inspector-exporter
- Owner: Multirious
- License: mit
- Created: 2022-05-07T16:15:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T13:50:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T09:23:35.713Z (29 days ago)
- Language: GDScript
- Size: 28.3 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Advanced Inspector Exporter
===========================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][advexpdoc]. Or see the preview below.This is what you would normally see what inspector shows with normal export keyword
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()`
But doing that manually will be quite a pain and not very readable.
This addon will make that, looks like this.
You have to do the align by your self 😉
More documentation about this plugin is inside the script file.
[advexpdoc]: https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_exports.html#advanced-exports "Godot Documentation for advance exporting"
## Installation
Just put `addons/advanced-inspector-exporter` in your addon folder