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