Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 386 Bytes

File metadata and controls

17 lines (12 loc) · 386 Bytes

UnityUtility

Some useful tool scripts for unity

#Event Dispatcher Enum based, lightweight event dispatcher system.

#Read Only Attribute Mark fields as readonly in Unity inspector

#Inspector Button Attribute Show an inpector button that executes custom functions.

#Normalized curve Animation curve with custom axis unit.

#Singleton behaviour A frequently used singleton template.