lyuma / Av3Emulator

Emulator for VRChat's Avatars 3.0 system, built on the Unity PlayableGraph API
Other
531 stars 31 forks source link

Failed to resolve animator controller #52

Closed Kieaer closed 1 year ago

Kieaer commented 2 years ago

image This error occurs when the VRC SDK now uses the package manager.

NotAKidoS commented 2 years ago

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.

jellejurre commented 1 year ago

Fixed in latest release