SpriteManager not included in AssetContainer

Version: 8.47.0
Engine: any
Browser: any

Steps to reproduce:

  1. Open the playground
    https://playground.babylonjs.com/#YCY2IL#2543
  2. Open console and check logs

Expected:
removeAllFromScene (empty array)
addAllToScene (array with exactly one SpriteManager)
removeAllFromScene (empty array)

Actual:

cc @AlitarSemiramis (please bear with us as we are heads down closing up babylon v9)

I’ll look at it, thanks for the report!

1 Like

PR is merged for this, thank you @kzhsw for reporting it!

Add sprites to the AssetContainer by VicenteCartas · Pull Request #17727 · BabylonJS/Babylon.js

3 Likes