Day 49 - Fixed one problem
- ayaan anand
- May 25, 2022
- 1 min read
Hello, today I fixed a problem I was having whenever I tried to work on my unity build and my unity editor it would not display the correct thing on the VR headset.
Basically when I ran the unity exe and the scene builder it would just push the last thing being run in the editor.
The way I fixed it was by going into the project settings and XR plug in management after that I just unchecked initialize XR setup.
Then I made a new build and it worked.
Also I got an android tablet but it was too old so it was not compatible with unity, tomorrow I will try and see if I can't find a macbook so I can add AR to the app.
This is the video I was following to get AR to work - https://www.youtube.com/watch?v=R3OCUE9TwZk
Comments