I know this is not possible to share a texture between 2 different scene.
But I know you can send the buffer of an image in babylonJS Texture instead of an url which allows me to not load several times an image if the buffer string is stored with the code.
What about cube texture? Can we do the same thing?
Thanks