Search Issue Tracker
By Design
Votes
0
Found in
5.6.6f2
Issue ID
1062042
Regression
No
Handheld.playfullscreenmovie doesn't pause Unity during movie playback and a succeeding code is executed
Reproduction steps:
1. Open the attached project.
2. Build it to an iOS device.
3. Click the only button on the screen.
4. Check the console.
Actual behavior:
1. "====before PlayVideo====" (line in the Console).
2. Video starts.
3. "====after PlayVideo====" (line in the Console).
4. Video ends.
Expected behavior:
1. "====before PlayVideo====" (line in the Console).
2. Video starts.
3. Video ends.
4. "====after PlayVideo====" (line in the Console).
Reproduced with:
iPhone 6 iOS 10.3.3, iPhone 5s iOS 9.3.3, iPhone 7 iOS 11.0
5.6.6f2, 2018.1.9f1, 2018.2.1f1, 2018.3.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment