Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2018.2.0a5
2018.2.0b1
Issue ID
1027726
Regression
Yes
[iOS] Launching an iOS app in VR mode causes the app to crash
Reproduction:
1) Create a new project with Cardboard as the only item in the VR SDK list.
2) Build and deploy to iOS.
Expected Result: App should show the splash screen and correctly enter VR mode.
Actual Result: The app freezes on a black screen as the VR splash screen is constructed.
Console Output:
(Filename: /Users/builduser/buildslave/unity/build/Runtime/VR/VRDevice.cpp Line: 2147)
Can't add component because class 'MeshFilter' doesn't exist!
(Filename: /Users/builduser/buildslave/unity/build/Runtime/Misc/GameObjectUtility.cpp Line: 841)
Can't add component because class 'MeshRenderer' doesn't exist!
(Filename: /Users/builduser/buildslave/unity/build/Runtime/Misc/GameObjectUtility.cpp Line: 841)
Reproducible: 2018.2.0a5+
Not Reproducible: 2018.2.0a4
The VR Splash screen creates a GO with a number of components. One of those components is MeshFilter. It then asks the GO for the MeshFilter component which causes an assert and failure because the component is not there. This works on all other platforms VR is supported on and used to work on iOS.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
Add comment