RenderTexture not working with SpriteRenderer
SpriteRenderer
may not be fully compatible with RenderTexture
.
Possible solution:
- Use
RawImage
with RenderTexture instead.
SpriteRenderer
may not be fully compatible with RenderTexture
.
Possible solution:
RawImage
with RenderTexture instead.