Attempting to use SpritePackedManager in my project, however it is the first example I’ve come across from Babylon 101 where VSCode reports that it’s unable to find the required import.
You can see my error & the versions of TypeScript & BabylonJS I’m using:
I’m also unable to find any trace of SpritePackedManager
in babylon.module.d.ts
. Is there something I’m failing to understand about this particular import?
Edit: SpriteMap
is also not found when I try to import in TypeScript. I suspect the types are out of date?