All Questions
131 questions
0
votes
1
answer
358
views
Google Cardboard Unity app double vision on iPhone 15 Pro
I have a Unity app that uses the Google Cardboard SDK. Support for the latest iPhone 15s was added in version 1.22.0. I have upgraded to that version, but I am experiencing a strange bug where the VR ...
0
votes
1
answer
89
views
Google cardboard VR closing the whole application after pressing switching VR off button
Hi there Im using Unity 2022 and latest version of Google cardboard VR, Im trying to switch between VR and normal mode but when I press the close VR button after switching the view back to normal it ...
1
vote
1
answer
362
views
HelloCardboard (Unity) - My camera doesn't move
I am new to VR programming in unity and for my first project I followed the google quick guide to use the cardboard, I was able to implement everything, it fixes several errors and I was able to ...
0
votes
1
answer
50
views
Unity VR Game Build Hiccup,Unity VR Game Hiccup
So I'm creating a VR game for Google Cardboard utilising the 2022 version. I recently updated my Unity version and installed a package named GUI after downloading the Google Cardboard SDK. I've been ...
0
votes
0
answers
2k
views
Unity Build Failure: A failure occured while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
Build Failure
Hi! I always get this build failure whenever I try to build with the google cardboard XR plugin. I can build my project perfectly fine without the google cardboard XR plugin so I figured ...
0
votes
1
answer
595
views
Google cardboard for unity build errors
The problem
I'm trying to build google cardboard for unity on my android and getting build errors
I have unity 2020.3.37f1 with android build support
I followed the quickstart - https://developers....
0
votes
1
answer
307
views
google-cardboard, Quickstart for Google Cardboard for Unity, Build failed with error: resourse’style/theme.appcombat.noactionbar’ not found
I’m a new developer and I'm trying for first time to building an android project according to this google forum to make VR projects for Androids: Quickstart for Google Cardboard for Unity | https://...
0
votes
1
answer
365
views
Quickstart for Google Cardboard for Unity Plugin for Unity 2019.4.25f & later Doesn't Install The Samples Folder
I need to upgrade the Google Cardboard plugin in my VR apps. The Unity documentation says that we should use the Google Cardboard for Unity plugin because Unity no longer includes Google Cardboard. I'...
1
vote
0
answers
1k
views
Unable to check Cardboard XR Plugin in unity
I tried to create a project for cardboard VR. I imported the git VR package from this path Click here to download VR GITHUB Path, Then in Project settings -> XR Plug-in Management I tried to check ...
0
votes
1
answer
472
views
VR on Google Cardboard (android) using Unity ERROR
I am new to Unity and VR. I am trying to create a very basic VR application using Unity and my Android phone via Google Cardboard.
I followed the steps given here, https://developers.google.com/...
1
vote
1
answer
203
views
Textures / GameObjects disappear on right camera when leaving left camera
I'm trying to create a VR app for iOS using Unity and the Google Cardboard SDK.
Here is a short video about it:
https://streamable.com/vql157
I've repeated the steps from https://developers.google.com/...
1
vote
1
answer
423
views
Cardboard-xr-plugin causes the VR environment to stutter when moving the camera
When running the sample project 'HelloCardboard' from Google VR cardboard-xr-plugin on my Samsung Galaxy S9 (API Level 29) the view stutters when I look around (move the camera) in VR. This wasn't a ...
1
vote
1
answer
744
views
How fix error, in Unity that vr SDK cardboard not supported in editor player?
Virtual Reality SDK Cardboard is not supported in Editor Play Mode. Please Build and run on a supported target device.
Will attempt to enable Daydream instead.
0
votes
1
answer
708
views
Unity Input.Gyro.attitude is laggy
I used both Cardboard VR api & input.gyro.attitude within Unity, and the first is fast and accurate while the second has a delay (like 0.5s, just annoying).
Do you know how to make the Input.gyro....
0
votes
1
answer
757
views
VR Carboard api without screen split screen
Can you use the VR Carboard api without screen split screen ?
My point is to use the gyroscope rotation result of the VR feature, without the VR feature.
I found these : Disable VR at start https://...