Export Categories

An asset by mathewcst
The page banner background of a mountain and forest
Export Categories thumbnail image
Export Categories thumbnail image
Export Categories hero image

Quick Information

0 ratings
Export Categories icon image
mathewcst
Export Categories

A very hacky way to separate script variables into categories.Copy the "export_categories" folder into your "addons" folder and enable it on Project > Project Settings > Plugins > ExportCategories.Just export a var with `_c_` as a prefix (ex: `_c_movement`) and it will be transformed into a "category".It's just a separation, really. But it helps :)

Supported Engine Version
3.3
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

README cover

Godot Export Categories

A very hacky way to separate script variables in categories.

This is not optimized at all, it's just something I put together to help me separate my Script Variables into "sections".

If it helps you too, awseom! :grin:

Feel free to edit, contribute, share, do whatever you want with this.

It's for everyone and it is free!

Instalation

Just copy the export_categories folder into your project's addons folder.

Or copy the whole addons folder and paste it into your project's root folder.

Then just enable it on Project > Project Settings > Plugins > ExportCategories.

Usage

Export a var (of any type, if you want) with the _c_ prefix. That's it.

Examples:

export var _c_Movement
export var move_speed = 10
// or
export var _c_Mouse_Sensitivity: string
export var mouse_sensitivity_x: float = 0.03
export var mouse_sensitivity_y: float = 0.03

README screenshot

All variables prefixed with _c_ will be turned into a red label.

Enjoy

Changelog

1.1

  • Cleaner category name
  • Updated images

1.0

  • Basic addon

A very hacky way to separate script variables into categories.

Copy the "export_categories" folder into your "addons" folder and enable it on Project > Project Settings > Plugins > ExportCategories.

Just export a var with `_c_` as a prefix (ex: `_c_movement`) and it will be transformed into a "category".

It's just a separation, really. But it helps :)

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Export Categories icon image
mathewcst
Export Categories

A very hacky way to separate script variables into categories.Copy the "export_categories" folder into your "addons" folder and enable it on Project > Project Settings > Plugins > ExportCategories.Just export a var with `_c_` as a prefix (ex: `_c_movement`) and it will be transformed into a "category".It's just a separation, really. But it helps :)

Supported Engine Version
3.3
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers