We are currently using version 4.4.3 and can not update since we are approaching a production release. The latest **@needle-tools/three@**0.169.10 breaks our build since it removes /three/examples/jsm/loaders/GLTFLoaderAnimationPointer.js and we cant set a specific version because it immediately get overwriten when I install the project.
Hi @Gilderko123
I understand. The GLTFLoaderAnimationPointer has been moved to a separate package and hence removed from our three.js fork. I’ll make a new release of the three.js package which adds this file back in for backwards compatibility and remove it in a future major update. Will reply here once it’s released
1 Like
Hi Martin,
Just published three 0.169.11 which adds the file back an
It should automatically update when you install again from Unity (you might need to restart the local server if it’s running). If not try running npm update three in your web project directory.
1 Like
Thank you very much the build succeeded with the new version.
This topic was automatically closed 13 days after the last reply. New replies are no longer allowed.