Morning 2 of my AR learning⌠I already feel like KirillKuzyk, you plugin is going to give me back some years. Building and Running to even understand the ARFoundation samples, is a pain no? Looks like your plugin is a lifesave.
When using URP, make sure to add the âAR Background Render Featureâ to the render settings.
So by default that would be the forward renderer. Find the âForwardRendererâ scriptable object in your project and add the feature
And of course make sure you deleted the standard main camera in your scene and have added AR Session and AR Session Origin from the menu GameObject > XR.
I am working on AR a app. I download a model from link and show in a AR view in app. Model download and show properly in editor but in build only eyes of model show. Model not show properly in Build android. I am using unit version 2020.3.15 and dlc (model) make in same version of unity. Help me asap.
I followed this video to fix my problem. But when I add the New ARE Background Renderer Feature to the Universal Render Pipeline Asset_Renderer, there is no ARBackgroundRendererFeature script attached to it. And also, I still have the black screen problem. Does anyone know why there is no script attached?
Thank you for your reply. I made sure to follow the steps in the post but the problem still remains. In this screenshot you can see that my URP renderer looks different and doesnât have the script.
If any of the above did not work and if you are trying to do a production build then make sure minify options in publishing settings are uncheckedâŚi dont know y but it worked for me
I was using ARkit for iOS and encountered the same issue. Tried every possible solutions you could ever find on the internet and none of them resolved the issue. I was using the SRP Universal 3D and it has URP installed and configured for you. But even if you follow Unityâs XR Project Configuration, it wouldnât work either. UNTIL, I noticed that 3D (Built-In Render Pipeline) works fine, then I tried to manually install the URP in it then followed the Project Configuration and it worked fine. Iâm still not sure what the actual reason is that causes this issue but here is the solution to it. Hope it help And if you happened to figure out the real cause of the issue, please let me know.