Skip to content

V1.5.0 - WavUtility, Follower, and XYZ Prefab Fixes

Latest

Choose a tag to compare

@kimryan0416 kimryan0416 released this 07 Jan 18:09

V1.5.0 features two new additions to the Utils library:

  • Writers/WavUtility.cs: Allows you to write microphone recordings as WAV files.
  • XYZ/Follower.cs: Allows you to make a GameObject mimic parent-child behaviors with another GameObject without actually parenting them in the hierarchy.

This also provides a fix to XYZ/XYZ.prefab where:

  • The X, Y, and Z children of the prefab no longer have box colliders
  • The missing materials references should be fixed