Av3Emulator
Av3Emulator copied to clipboard
Failed to resolve animator controller
This error occurs when the VRC SDK now uses the package manager.
The default animators are now at a different path which I assume changes with each SDK update.
Assets/Samples/VRChat SDK - Avatars/3.0.4/AV3 Demo Assets/Animation/Controllers
Av3Emulator would need to account for version differences and those who delete the Samples folder. https://github.com/lyuma/Av3Emulator/blob/6142d8b5a3bfed41a35c874824c54e3f92664bf3/Editor/LyumaAv3EditorSupport.cs#L62-L74
A canny should be made requesting the SDK examples be their own package or included with the VRChat SDK - Avatars package to simplify things.
Fixed in latest release