[Bug] Missing Reference in AnimatorPlayAudio locks up build panel
available in future release
MissingNO123
If a state with an AnimatorPlayAudio behaviour has a missing reference (i.e. the source audio file has been deleted from the disk) the build panel will show nothing under "Validations" and both build options will be greyed out. The only hint that something has gone wrong are checking errors in the console:
MissingReferenceException: The object of type 'AudioClip' has been destroyed but you are still trying to access it.
and
MissingReferenceException: The variable Clips of VRCAnimatorPlayAudio doesn't exist anymore. You probably need to reassign the Clips variable of the 'VRCAnimatorPlayAudio' script in the inspector.
Log In
This post was marked as
available in future release
This post was marked as
tracked