V1.0.0 Release
This is the first official release of UnityUtils, which contains some helper files that may streamline workflows and add some unique elements to the Inspector.
Features:
- CSV Writer - easily write CSV files during Unity runtime.
- HelpAttribute - an Inspector-specific add-on that allows users to print short, textbox-esque descriptions inside component objects in the Inspector.
- Serializables - a collection of JSON-friendly versions of basic variable types in Unity, such as Vector3, Vector2, Vector4, Quaternion.
Minimal Unity Version:
2019.1.0b1
Required Dependencies:
- Unity Mathematics