I am using Defold 1.2.118.
This test app contains one collection.
The collection contains two atlases (1.atlas, 2.atlas).
1.atlas contains one png (blue).
2.atlas contains one png (red).
The blue.png is used as the background color.
The collection contains one object (red.go).
The background sprite (blue)
Material: /builtins/materials/sprite.material
Blend mode: Add
The red object sprite
Material: /builtins/materials/sprite.material
Blend mode: Alpha
Just to display the red (object) on top of the blue background.
Problem:
Attachment 1 (displayed correctly)
Attachment 2 (sometimes the red color became white)
What could be wrong?