Search Issue Tracker
Fixed in 2019.3.X
Votes
2
Found in
2019.1.0b7
2019.1.3f1
2019.2.0a5
2019.3.0a1
Issue ID
1157930
Regression
Yes
[iOS] Player crashes when project build includes Video Player and an empty script in the Project window
How to reproduce:
1. Open the attached project
2. Build for iOS and deploy the Xcode project to the iOS device
---Crash occurs---
Reproducible with: 2019.1.0b7, 2019.1.4f1, 2019.2.0a5-2019.2.0a9, 2019.2.0b3, 2019.3.0a4
Reproducible with:
iPhone 5s (iOS 9.3.3)
iPhone 8 Plus (iOS 12.1.2)
Not reproducible with: 2019.1.0b6, 2019.2.0a4
Note: Not reproducible on Android (Mono and IL2CPP)
Stack trace:
frame #0: 0x0000000100e0a6a4 ProductName`::SetCameraEmitGeometryCallback() [inlined] IsRegistered at CallbackArray.h:223:32 [opt]
frame #1: 0x0000000100e0a6a4 ProductName`::SetCameraEmitGeometryCallback() [inlined] IsRegistered at CallbackArray.h:154 [opt]
frame #2: 0x0000000100e0a6a4 ProductName`::SetCameraEmitGeometryCallback() [inlined] IsRegistered<VideoPlayer> at CallbackArray.h:291 [opt]
frame #3: 0x0000000100e0a6a4 ProductName`::SetCameraEmitGeometryCallback() at VideoPlayer.cpp:1934 [opt]
Comments (2)
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
- [MotionVectors][RenderingDebugger][MSAA] Render Graph Execution error and black Game View when enabling MotionVectors overlay in the Rendering Debugger with MSAA
- "[Project Auditor] Could not find any registered modules." warning is thrown when clicking "Start Analysis" and the rules were installed while there are compilation errors in the Editor
- “ArgumentException: Object that does not belong to a persisted asset cannot be set as the target of a LazyLoadReference" is thrown when changing Unsupported Selector Action and saving in UI Builder
- Cursor image flickers in Viewport preview when unsupported Texture 2D is assigned to element
- [HDRP] Game view is rendered black when using Pathtracing on a HDR display
calebcarithers
Oct 27, 2019 04:01
Any update on this? Having difficulties including ARFoundation with the video player. Attempting to add video player to a quad but iOS app immediately crashes.
copenhagen-computer-club
Jul 12, 2019 07:08
I am currently experiencing this issue in 2019.1.3f1. I have one project that uses Vuforia where the VideoPlayer component works and then another using Easy AR where I get this error. I'm going to see if it has anything to do with the Unity Player Settings or XCode BuildSettings between the two projects.