-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On certain Android devices, 3D models do not appear #86956
Comments
As you already noted, duplicate of #80668 most likely |
Are you using the compatibility renderer? This:
might also point towards #82419. You can try disabing shader cache as mentioned in #82419 (comment) and see if that helps. This is possibly a duplicate of some of the mentioned issues, but let's see if we can get any more info. |
I had rendering mode set to compatibility already. However, shader cache was enabled, so disabling it actually worked on the sample project I provided. Looks like this is the cause of the issue. Gonna confirm the same for the main project I am working on, and if it works there too, then that means shader cache was the issue! |
Yes, disabling shader cache fixed the problem in the main project I was working on. Thanks a lot! So, I think its confirmed that shader cache is the issue. Would like to know that is disabling shader cache the expected behaviour on Android with 3D models, or is it something that has to be resolved? And is there any downsides of disabling it? Either way, the current workaround or the expected thing to do fixed the issue for me. Thanks again for the help! Update: Though everything works fine, however in the editor's error logs I am getting this error now: |
Thanks for confirmation, closing this as a duplicate of #82419 as disabling shader caching seems to help. As for disabling shader cache, see #82419 (comment). If you can reproduce the |
Tested versions
System information
Windows 11 64-bit, Ryzen 5 5500U, 8GB RAM, Nvidia GTX 1650
Issue description
So if the game has a 3D model, then it does not render on some Android devices. Interestingly, when I open the app on my phone for the very first time after installing it, the models are rendererd properly. However, after opening the app second time, the model disappears. To fix this, I have to either delete cache/data, or reinstall the app again. Doing this it works, however launching the app again makes the model disappear.
So this issue starts happening after we open the app second time and beyond.
Other Observations
3D Models
Android Devices
Similar/Same Issue
Steps to reproduce
Minimal reproduction project (MRP)
Android 3D Rendering Issue.zip
The text was updated successfully, but these errors were encountered: