Skip to content

V1.0.0 Release

Compare
Choose a tag to compare
@kimryan0416 kimryan0416 released this 11 Jul 18:54
· 6 commits to main since this 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