Hello!
I’m learning Defold and I’m very exited to have something moving! However I don’t understand why my sprite is not appearing on the main.collection
. I did make an Atlas
and I can play my animations there. But once I create a Sprite
and set the image
property to the atlas, the sprite size is updated but nothing appears on the editor. I suspect it has to do with the default image shader’s because when I try to run the game i get the following errors:
/builtins/materials/sprite.fp
_generated_b7e08114.fpc:
/builtins/materials/sprite.vp
_generated_7e90358b.vpc:
Notice that the error has :
but no message appear! is very weird!
I’m on OSX 11.7.8
I’m probably missing something and I’m sorry in advance!