Cannot set textures on MeshInstance3D

Godot Version 4.2

Cannot set textures on MeshInstance3D

When I set the texture the object is colored in a single color (apparently the first pixel).

Sounds like you are having issues with UV mapping. If the mesh is yours, double check that the vertices have the right UV coordinates for your texture.

The triplanar checkmark needed to be set.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.