Hello
I’m building an app to view 3d prefabs in AR. I am using the latest ARFoundation and XR interaction toolkit. But I’ve encountered a bug where when I start a scene I get stuck in space with a red line that is out of my position. I can’t understand what it is, there are no errors in the console, the build also went smoothly. I use Android platform. Did a keyword search, didn’t see any similar problems. Any helps?
Maybe it’s the interaction line from the right and left hand if you accidentally picked the VR setup?
How is your scene setup?
Which guides did you follow?
I think I found a solution to this problem.
For those who will encounter a similar bug. The new ARFoundation system has controllers with the camera, disable them. Since I had a URP renderer, these controllers were displayed in red at startup. Just disable the Left, Right controllers.
Issue solved
