How to make AtlasTexture work with Albedo of SpatialMaterial?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Boris007

AtlasTexture doesn’t display on preview.

I’m not sure if AtlasTexture was ever intended to be used in 3D. In general, there are quite a lot of bugs with AtlasTexture anyway: Issues · godotengine/godot · GitHub

Instead, you can use hand-made texture atlases. Make sure to add some padding between textures (with the same color as the texture) to avoid UV bleeding issues when using mipmaps.

Calinou | 2020-12-14 22:15