πŸ—οΈShape Information

If you are reading the pixels of a RenderTarget and create a texture out of it and set it as an image brush, this won't work as this needs to be handled differently. To still show a dynamic and infinite amount of images in UI from RenderTargets you can set the generated textures as the texture of dynamic materials. Using this way, you can use it also in UI when the material is set to be a 2D Material.

Last updated