You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a model created via Blender, exported from Blender as a GLTF file, and imported into Godot as a local copy.
There is a set of materials in the mesh, with each material intended to display a different texture, and each material in the set is flagged as "Local to Scene".
I create multiple instances of this mesh, and set each material set to a different set of textures. Setting the individual textures within the mesh works fine, but each instance of the mesh displays the same set of textures. This shouldn't happen with each material set as "Local to Scene". Each instance should display a different set of textures.
Steps to reproduce
I've added an MRP to demonstrate the issue. Each flattened cube has two materials, which each material flagged as "Local to Scene". Each instance of the cube shows the exact same textures, though all instances are given unique textures. What is displayed is the set of textures assigned to the last cube instance.
Godot version
4.0 Beta 10
System information
Kubuntu 18.04, Forward+, NVIDIA GeForce GTX 1660
Issue description
I have a model created via Blender, exported from Blender as a GLTF file, and imported into Godot as a local copy.
There is a set of materials in the mesh, with each material intended to display a different texture, and each material in the set is flagged as "Local to Scene".
I create multiple instances of this mesh, and set each material set to a different set of textures. Setting the individual textures within the mesh works fine, but each instance of the mesh displays the same set of textures. This shouldn't happen with each material set as "Local to Scene". Each instance should display a different set of textures.
Steps to reproduce
I've added an MRP to demonstrate the issue. Each flattened cube has two materials, which each material flagged as "Local to Scene". Each instance of the cube shows the exact same textures, though all instances are given unique textures. What is displayed is the set of textures assigned to the last cube instance.
Minimal reproduction project
materials.zip
The text was updated successfully, but these errors were encountered: