简体   繁体   中英

“Cardboard” doesn't show up as an option in Unity Android options after installing Google Cardboard Unity SDK

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:

google cardboard sdk

And here is what I see:

my screen

Is there a step I'm missing?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM