Open CuteWaterBeary opened 2 years ago
Having the same problem and thought i fixed it, I changed it to Animation utility but the the itemcount was not being used in a seperate script, so I made it in use and there was no errors, yet I still couldn't use the product? reloaded the project and the vrc sdk broke, lol
Getting an obsolete warning
Summary: TangentMode is deprecated. Use AnimationUtility.SetKeyLeftTangentMode or AnimationUtility.SetKeyRightTangentMode instead.
[Obsolete("Use AnimationUtility.SetKeyLeftTangentMode, AnimationUtility.SetKeyRightTangentMode, AnimationUtility.GetKeyLeftTangentMode or AnimationUtility.GetKeyRightTangentMode instead.")] public int tangentMode { get; set; }
https://github.com/hai-vr/combo-gesture-expressions-av3/blob/9cf75a0e69a239596ff0f77203b6e8a3b6c5e2c9/Assets/Hai/ComboGesture/Scripts/Editor/Internal/CgeAnimationNeutralizer.cs#L398