Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TarasOsiris/Better-Defines
An easy and elegant way to manage your preprocessor directives in Unity3D
https://github.com/TarasOsiris/Better-Defines
Last synced: 2 months ago
JSON representation
An easy and elegant way to manage your preprocessor directives in Unity3D
- Host: GitHub
- URL: https://github.com/TarasOsiris/Better-Defines
- Owner: TarasOsiris
- License: apache-2.0
- Created: 2016-03-07T20:30:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T18:21:29.000Z (over 8 years ago)
- Last Synced: 2024-11-10T11:12:08.125Z (3 months ago)
- Language: C#
- Size: 98.6 KB
- Stars: 42
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Better-Defines - An easy and elegant way to manage your preprocessor directives (Symbol)
README
# Better-Defines
An easy and elegant way to manage your preprocessor directives in Unity3DThis asset helps to manage a list of cutom [Unity Scripting Define Symbols](http://docs.unity3d.com/Manual/PlatformDependentCompilation.html). You can easily create configurations for different platforms and apply them. You can also add or remove defines globally for all platfroms.
## Managing Defines
![alt tag](https://github.com/TarasOsiris/Images-For-Repos/blob/master/better_defines_win_tab_1.png?raw=true)
## Global Platfrom Settings
Here you specify platforms that you use globally and ones you don't won't bother you in the config tab
![alt tag](https://github.com/TarasOsiris/Images-For-Repos/blob/master/better_defines_win_tab_2.png?raw=true)