When I imported the start here package for the new inventory course I got a couple of prefab errors that were mentioned in the video and I dealt with those but then I also got an error with GetCurveBindings.
Library\PackageCache\com.unity.timeline@1.2.6\Runtime\Utilities\AnimatorBindingCache.cs(91,40): error CS0117: ‘AnimationMode’ does not contain a definition for 'GetCurveBinding
It comes from this line in what looks like the timeline code:
result = AnimationMode.GetCurveBindings(clip);
Any ideas? I was using 2018.3 for the RPG course but I opened the new inventory course in 2019.2.5f1
Thanks!