hai-vr / combo-gesture-expressions-av3

Attach face expressions to hand gestures, and make it react to Avatars 3.0's features, including Contacts, PhysBones and OSC.
https://docs.hai-vr.dev/docs/products/combo-gesture-expressions/reference
MIT License
296 stars 21 forks source link

tangentmode is obsolete #356

Open CuteWaterBeary opened 2 years ago

CuteWaterBeary commented 2 years ago

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

Valcreene commented 1 year 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