combo-gesture-expressions-av3 icon indicating copy to clipboard operation
combo-gesture-expressions-av3 copied to clipboard

tangentmode is obsolete

Open CuteWaterBeary opened this issue 1 year ago • 1 comments

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

CuteWaterBeary avatar Sep 30 '22 23:09 CuteWaterBeary