Node Material texture not loaded when scene.useDelayedTextureLoading = true

Engine: WebGL2
Version: 8.31.0
Browser: Chrome/Firefox

Steps to reproduce:

  1. Open the playground https://playground.babylonjs.com/#0XSPF6#50
  2. Watch the node material side texture load failure

Expected:

It should work just like useDelayedTextureLoading turned off

Actual:

Texture not loaded

cc @Evgeni_Popov

This PR will fix the problem:

2 Likes