GLTFUtility icon indicating copy to clipboard operation
GLTFUtility copied to clipboard

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

Open XRlabTech opened this issue 2 years ago • 0 comments

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'

XRlabTech avatar Mar 31 '24 10:03 XRlabTech