Support for programmatically created textures
under review
Walter Perdan
At the moment you can create a texture providing the src origin, reference here: https://docs.decentraland.org/creator/development-guide/sdk7/materials/#using-textures, and it's not possible to create a texture programmatically. In this sense for example it would be possible to create a "noise" texture and animate it; it would open more options and creative possibilities.
Nicolas Earnshaw
under review
Hey Walter
Yes, unfortunately we can't paint a texture programmatically with our SDK. One workaround that is viable today is to download a texture from an external URL, where you could generate your own textures with any tools you like.
Unfortunately the separation between SDK and Engine make adding this feature quite a big challenge.
We will consider this amongst other priorities that we have on this cycle, thanks