Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 395 Bytes

UnityCompactFieldAttribute

Lets each property label have their own width, to prevent the labels from getting cut off

Preview

Installation

Copy the CompactField folder to your project.

Usage

Add the CompactField attribute to your MonoBehaviour fields:

		[CompactField]
		public float testFloat = 3.0f;

		[CompactField]
		public bool testBool;