You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Animator Driver on BlendTree does not copy the Local Only parameter.
Edit: I managed to find a hacky fix to this issue by adding l.localOnly = o.localOnly; on line 311 of Assets/NotAKid/SimpleAAS/Editor/Scripts/ControllerCloner.cs
Animator Driver on BlendTree does not copy the Local Only parameter.
Edit: I managed to find a hacky fix to this issue by adding
l.localOnly = o.localOnly;on line 311 ofAssets/NotAKid/SimpleAAS/Editor/Scripts/ControllerCloner.cs