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.
- Host: GitHub
- URL: https://github.com/tariibaba/unitycustomdefines
- Owner: tariibaba
- License: mit
- Created: 2022-02-19T20:38:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T20:42:32.000Z (over 4 years ago)
- Last Synced: 2025-03-21T10:21:33.540Z (over 1 year ago)
- Topics: csharp, unity, unity-package
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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

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