You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: