Open urlando opened 3 years ago
Hello, thanks for the shader, it saved me a lot of time.
I had some troubles (half the cubemap needed flip) when I downloaded in 2K (with 4K Video Downloader) that video: https://www.youtube.com/watch?v=YAABA-Ri0YI&t=219s
in unity 2019.3.a3 it's now perfect (still the line problem on some edges, but I'll work on it soon)
modified shader here (lines 60/62/65/73/74):
Thanks, this fix the issue on Andriod. But on Windows, the original shader worked fine.
Hello, thanks for the shader, it saved me a lot of time.
I had some troubles (half the cubemap needed flip) when I downloaded in 2K (with 4K Video Downloader) that video: https://www.youtube.com/watch?v=YAABA-Ri0YI&t=219s
in unity 2019.3.a3 it's now perfect (still the line problem on some edges, but I'll work on it soon)
modified shader here (lines 60/62/65/73/74):
pragma vertex vert
pragma fragment frag
include "UnityCG.cginc"