UnityRenderStreaming
UnityRenderStreaming copied to clipboard
[REQUEST]: I wish stream video can flipped horizontally.
Is your feature request related to a problem?
I'm always frustrated when [...] When my Screen orientation is Portrait, I need to flipped video stream horizontally. But now, I just can flipped it vertically. I hope you can add horizontal flip functionality in the future.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
@DannisMa As a workaround, you can flip the texture here.
https://github.com/Unity-Technologies/UnityRenderStreaming/blob/develop/com.unity.renderstreaming/Runtime/Scripts/ScreenStreamSender.cs#L103-L116
@DannisMa Hi, have you made a workaround? Thank you.
I try to make a shader to flip Texture horizontally. Just like you how to flip Texture vertically. But Im not good at shader, I hope you can develop this feature. Thank you.
memo: URS-450