Avindr / MxM-IssueTracking

7 stars 0 forks source link

I get an error when I click the play button in the Unity Editor #165

Closed tadilj closed 1 year ago

tadilj commented 2 years ago

Unity: 2021.3.6f1 Mac MxM: Version 2.2.14 PlayableGraph Visualizer: 0.2.1-Preview.3

I get an next error when I click the play button in the Unity Editor

ArgumentNullException: Value cannot be null. Parameter name: The Playable is null. UnityEngine.Playables.PlayableHandle.Pause () (at <6ffc9e3cf18747d6970df6c4b6fa016d>:0) UnityEngine.Playables.PlayableExtensions.Pause[U] (U playable) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Director/PlayableExtensions.cs:72) MxM.MxMAnimator.Pause () (at Assets/Plugins/MotionMatching/Code/MxM/Runtime/MxMAnimator/MxMAnimator.cs:2927) MxM.MxMAnimator.OnDisable () (at Assets/Plugins/MotionMatching/Code/MxM/Runtime/MxMAnimator/MxMAnimator.cs:411)

Avindr commented 2 years ago

Thanks I'll look into this.

tadilj commented 2 years ago

It appears that PlayableGraphVisualizer (Preview) is now required instead of optional.

Avindr commented 2 years ago

That's really strange. It shouldn't be required at all. I'm wondering if I accidentally included it in one of the files with auto refactor but I can't see it anywhere.

Avindr commented 1 year ago

This appears to have been fixed in a previous update.