Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karl-/unitydefinemanager
Easily manage global defines in Unity.
https://github.com/karl-/unitydefinemanager
Last synced: 3 months ago
JSON representation
Easily manage global defines in Unity.
- Host: GitHub
- URL: https://github.com/karl-/unitydefinemanager
- Owner: karl-
- License: mit
- Created: 2013-12-01T22:36:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T13:38:51.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T10:25:53.798Z (3 months ago)
- Language: C#
- Size: 74.2 KB
- Stars: 71
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UnityDefineManager
==================Easily manage global and platform-specific defines in Unity.
![](define-manager.png?raw=true)
![](platform-defines.png?raw=true)
**Global Defines**
These are applied for all Runtime scripts, or all Editor scripts.
**Platform Defines**
These are specific to the targeted platform, and Editor.
## Install
- Open `Packages/manifest.json`
- Add `"com.karl.define-manager": "https://github.com/karl-/UnityDefineManager.git"` to dependencies## Quick Start
- Open `Window/Platform Defines` or `Window/Global Defines`