Reputation: 13
For some reason, after installing the Google Cardboard SDK unitypackage in Unity, I still can't see "Cardboard" as an option in Unity's Android build options. Here's a screenshot of Google telling you the options that should be there:
And here is what I see:
Is there a step I'm missing?
Upvotes: 1
Views: 715
Reputation: 76
Go to File > Build Settings.
Select Android from the platform list.
Click on the player setting. You should be able to see and cardboard option now.
Upvotes: 1
Reputation: 125275
This is a feature and not a bug.
If you install any of the most used VR SDK such as Google Cardboard SDK or Oculus SDK, Unity will automatically disable its built-in Native VR system and utilize that installed SDK.
By doing this, it will avoid conflicts of having a VR script running on top of another VR script.
Upvotes: 1