1099 Posted September 26, 2023 Posted September 26, 2023 Hi, I am having a flickering edge problem with objects' textures. I recorded the video from Vive Focus 3 (I built the APK from Unity and loaded it to Focus 3). As you can see in the video, the purple bus object' texture is flickering. You can see it a lot on the left side of the bus. This is just an example, but I have a lot of objects in the other scene, and many objects have flickering problems. I am not using URP and just the Standard Render Pipeline. I googled change the setting of 1. Project setting -> Quality -> Anti Aliasing to 4x or 8x 2. WaveXRSettings -> Foveation mode to Enable changed the ClearVisonFOV 3. WaveXRSe5ttings => ResolutionScale is set to 1 but nothing effect. Is there any solution to fix this flickering problem? flickring.mp4
Alex_HTC Posted September 26, 2023 Posted September 26, 2023 @1099 Preventing aliasing is a big subject in gamedev forums, and there may be some good hints there I can't tell, but try disabling 'foviation mode' as it seems like this happens disproportionately on the left side of the image. Fixed foviated rendering increases performance, but can create some additional artifacts outside of where the users' eye looks 'forward'. Some of the other solutions from the gamedev community may also be useful - avoiding high contract, straight lines like that, and maybe adjusting the shadow quality.
VIVE_chengnay Posted September 27, 2023 Posted September 27, 2023 Hi @1099, Please try to uncheck "Auto Foveation".
1099 Posted September 27, 2023 Author Posted September 27, 2023 @VIVE_chengnay Thank you, I unchecked the Auto Foveation and built an apk and test it but still remains a flicker edge problem.
VIVE_chengnay Posted September 28, 2023 Posted September 28, 2023 Hi @1099, There is no slight improvement? By the way, could you share your project for further investigation?
1099 Posted September 28, 2023 Author Posted September 28, 2023 I have changed the setting, but it is still the same, and not slight improvement. I will send you the project directly in a moment. Thank you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now