Skip to content
New issue

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

Fix ExpressionPreset conversion problem in migration. #715

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

Santarh
Copy link
Contributor

@Santarh Santarh commented Feb 1, 2021

Fix ExpressionPreset conversion problem in migration, and add UnitTests.

but the UnitTest is still failed.

Please fix this.

https://github.com/Santarh/UniVRM/blob/d9a8278df907189f93968b125d161bce0982191c/Assets/VRM10/Runtime/IO/VrmExpressionAdapter.cs#L211

@Santarh Santarh requested a review from ousttrue February 1, 2021 14:40
case UniGLTF.Extensions.VRMC_vrm.ExpressionPreset.relaxed: return ExpressionPreset.Fun;
case UniGLTF.Extensions.VRMC_vrm.ExpressionPreset.lookUp: return ExpressionPreset.LookUp;
case UniGLTF.Extensions.VRMC_vrm.ExpressionPreset.surprised:
throw new NotImplementedException();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.

@ousttrue ousttrue merged commit 0ab9855 into vrm-c:master Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants