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

error CS0117: 'ImportSettings' does not contain a definition for 'useLegacyClips' #246

Open
XRlabTech opened this issue Mar 31, 2024 · 0 comments

Comments

@XRlabTech
Copy link

Just wondering if someone has come across this error while working with Ready Player Me and unity3d.

I have tried all the fix suggestions without luck I believe it has something to do with the GLTF library version

This is the line of code

Importer.ImportGLBAsync(avatarBytes, new ImportSettings() { useLegacyClips = true }, OnImportFinished);

Assets\Plugins\Wolf3D Ready Player Me SDK\Scripts\AvatarLoader\AvatarLoader.cs(51,77): error CS0117: 'ImportSettings' does not contain a definition for 'useLegacyClips'

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

No branches or pull requests

1 participant