Hello. I have several objects copied from template in my scene. At the start of the game, I upload images, create material, and apply it to one of the instances. How do I apply it to all instances?
this.bannerLogoPrefab.model.material = this.app.material[0]
this.bannerLogoPrefab.model.material.update()