Custom Define Manager

Ryan Zehm

(11)
FREE
Publisher Ryan Zehm
File size 187.77kB
Number of files 10
Latest version 1
Latest release date 2017-08-30 04:02:24
First release date 2016-12-12 09:41:21
Supported Unity versions 2018.4.2 or higher
This tool provides a Unity Editor Window to allow full control over custom define directives.

- Unity 5.6 Compatible
- Add/remove custom #define directives.
- Select which platforms the directives are active on.
- Enable/disable directives via editor.
- Enable/disable directives via script.

Editor Window
The Editor Window can be accessed by clicking Window > Custom Define Manager. With the Editor Window, you can add new directives, delete directives, edit the name, select which platform to be active on, and enable or disable the directives.

CustomDefineManager.cs Class
This class provides to ability to enable and disabled directives via script:
CustomDefineManager.DisableDirective()
CustomDefineManager.EnableDirective()

Top Publisher Assets