Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 561 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 561 Bytes

UnityDefineManager

Easily manage global and platform-specific defines in Unity.

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