Unity_Utils/README.md
2020-05-18 15:57:26 -04:00

377 B

Unity Utility

Contains a growing list of utility used in prototypes and game development

AudioEvent (ScriptableObject)
	SimpleAudioEvent (ScriptableObject)
	AudioEventInspector (CustomInspector)
	
ObjectPool
	GenericPool
	
RangedFloat (CustomTypes)
	MinMaxRangeAttribute (Attributes)
	RangedFloatDrawer (PropertyDrawer)
	
UI
	components
		Base
		Slider
		Text