Hi all. I’m trying to learn if a graphics technique is possible natively in Defold.
At runtime I’d like to choose several arbitrary textures from the project assets and send them to a game object sprite’s material for use in the fragment program.
I’ve searched the forum and it looks like maybe the only way to do this is through the ImageLoader extension. Is that correct, or is there a native method I haven’t found?