We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for your help! The bug is fixed. However, another one shows up as follows:
KeyNotFoundException: The given key 'Neutral' was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <1c8569827291471e9db0dcd976e97952>:0) ChatdollKit.Model.VRCFaceExpressionProxy.SetExpressionSmoothly (System.String name, System.Single value) (at Assets/ChatdollKit/Scripts/Model/VRCFaceExpressionProxy.cs:85) ChatdollKit.Model.ModelController.UpdateFace () (at Assets/ChatdollKit/Scripts/Model/ModelController.cs:487) ChatdollKit.Model.ModelController.Update () (at Assets/ChatdollKit/Scripts/Model/ModelController.cs:104)
I guess the problem is that a non-existing expression is used?
Although I have programming experience, I am new to Unity. Again, I need your advice.
Originally posted by @royshan in #230 (comment)
The text was updated successfully, but these errors were encountered:
↑This should be warning, not error.
Sorry, something went wrong.
Avoid errors when setting unregistered face expressions #232
9cf006b
Merge pull request #233 from uezo/feature-warn-unknown-face
04ad7d1
No branches or pull requests
I guess the problem is that a non-existing expression is used?
Although I have programming experience, I am new to Unity. Again, I need your advice.
Originally posted by @royshan in #230 (comment)
The text was updated successfully, but these errors were encountered: