Me again. Sry, seems like that change atlas thing is a new feature, so I can’t find anything on that. =(
local object = factory.create ("/factory#obj_factory", x, y)
go.set(object, "image", go.get("#script", "atlas"))
It crashes the whole thing. Even the debug field is empty. Maybe I’m addressing those image fields incorrectly.
And another question. If I add the same atlas to 10 instances, will they use the same one or they will instantiate atlases too?
Thank you!