[Build: 1282] Image loader on quest loads images upside down
complete
StephenVR
As the title says, When using the image loader script included with the sdk, it loads images upside down on quest side. It works fine on pc. Has been verified to not be world specific. Of course this can easily be fixed ourselves.
Expected behavior: It not appear upside down in the first place.
Log In
Fax
complete
Thank you for reporting this bug! It was fixed in version 2023.2.2, May 3rd 2023:
> Image Loading will now load images the right way around on Quest
Fujisawa
TRACKED? In Progress? Complete???
yoko-chance
This issue has seem that apparently been fixed.
Can we found announcement from VRChat?
Reimajo
yoko-chance: It's best to ask Fax since they marked the Canny in February and they hopefully know if it has been officially fixed already (I'd assume so, since nobody has reported it to me since then, but I don't own a Quest to check it myself).
Fujisawa
I have received information that this issue is an issue with the Android rendering specifications.
If that is the case, we will fix it in the code, but since the status of this Canny is TRACKED, we are not sure if we can make the fix.
Could you please provide us with information on how to officially address this issue? Thank you in advance.
Fairplex
Fujisawa: Fax I wonder the same, will this bug be fixed by VRChat or should it be considered has "Expected" since it also exists on video players due to the difference between OpenGL and DirectX
100の人
To avoid this bug, but also to avoid flipping again when the bug is fixed, the colors of each pixel is obtained with
Texture2D.GetPixels()
, and only when an inversion is detected, Texture2D.SetPixels()
and Texture2D.Apply()
are used to flip the texture up or down.This workaround, however, can only be used if a texture has areas that do not change color when updated and change color when flipped upside down.
Fax
tracked
100の人
Fax: This bug cannot be seen on Unity Editor and needs to be made known. It should be listed in the Image Loading documentation and in the Known Issues section of the release notes.
Fax
Merged in a post:
Dynamic Image Bug in Quest?
digiponta
Image display on Quest is upside down. Do I need to set some parameters? "Is that symptom a bug?"
StephenVR
I have found out it possibly has something to do with uv's behaving different on quest.