An open API service indexing awesome lists of open source software.

https://github.com/tariibaba/unitycustomdefines

Easily enable/disable custom preprocessor defines in Unity for all platforms.
https://github.com/tariibaba/unitycustomdefines

csharp unity unity-package

Last synced: about 2 months ago
JSON representation

Easily enable/disable custom preprocessor defines in Unity for all platforms.

Awesome Lists containing this project

README

          

# UnityCustomDefines

Easily enable/disable custom preprocessor defines in Unity for all platforms.

## Usage

To access the **Custom Defines** editor window after importing the Unity package, navigate to **Window** > **Custom Defines** in the Unity Editor menu.

![The location of the editor window in the Unity Editor](Media/unity-editor-location.png)

You can add, enable, disable and remove custom preprocessor defines as needed.

![The Custom Defines editor window](Media/custom-defines-window.png)

When you're done with the modifications, click **Apply** and wait for the script recompilation to complete.