UnityRenderStreaming icon indicating copy to clipboard operation
UnityRenderStreaming copied to clipboard

[REQUEST]: I wish stream video can flipped horizontally.

Open DannisMa opened this issue 2 years ago • 4 comments

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 avatar May 12 '22 05:05 DannisMa

@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

karasusan avatar May 17 '22 03:05 karasusan

@DannisMa Hi, have you made a workaround? Thank you.

karasusan avatar May 24 '22 02:05 karasusan

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.

DannisMa avatar May 26 '22 01:05 DannisMa

memo: URS-450

karasusan avatar May 31 '22 02:05 karasusan