Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.3.X, 2019.1.X
Votes
0
Found in
2019.1.0a7
2019.3
Issue ID
1127443
Regression
Yes
GVR package removal logic doesn't respect dependencies other than Daydream; causes errors in Google Cardboard scenarios
I found that the GVR package, used by both Google Cardboard and Daydream, is always removed from the manifest.json if Daydream is disabled/removed from the XR SDK list. This causes problems when Cardboard is still in the list as it still depends on GVR. Also, I'm not confident that the GVR package is consistently added if you add Cardboard in, which is what I would expect.
Repro:
1. Start with Cardboard and Daydream sdks in list. Verify GVR packages is in manifest.json file
2. Remove Daydream
Expected: GVR package is still in manifest.json for Cardboard to use
Actual: GVR is removed, causing issues running Cardboard
Secondary repro:
1. Start with Cardboard and None sdks in the list
2. manually remove the gvr package from the manifest.json file, save
3. Go back to Editor and remove Cardboard from sdk list, leaving only None.
4. Add Cardboard back into sdk list
Expected: GVR package is added into manifest.json file
Actual: GVR package is not consistently added to manifest
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crashes in the wild on Vulkan in CreateDepthSurfaceImpl
- Position and rotation of a GameObject with Rigidbody reset when it is enabled and moved in the same Update call and the frame rate is low
- “Ignoring depth surface store action as it is memoryless” warnings thrown when Capturing new Snapshot while in Play Mode
- Certain textures are not loaded when using the "Load texture data on demand" feature
- [Android][OpenGL] The 2DLight is disproportionately bright on some Android devices when OpenGLES3 is used
Resolution Note (fix version 2019.2):
Fix verified in 2019.3.0a3 (91c086393aab)
Resolution Note (fix version 2019.1):
Fix verified in 2019.1.5f1 (6f1140cf2297)