GitHub - AnomalousUnderdog/UnityCompactFieldAttribute: Lets each property label have their own width, to prevent the labels from getting cut off

Skip to content

Navigation Menu

Sign in

Appearance settings

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;

About

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

Topics

Resources

Readme

License

MIT license

Activity

Stars

12 stars

Watchers

1 watching

Forks

0 forks