Search Issue Tracker
Duplicate
Votes
2
Found in
2019.4
2020.3
2020.3.16f1
2021.1
2021.2
2022.1
Issue ID
1358764
Regression
No
[macOS] [iOS] VideoPlayer frameCount method returns 0 when scrubbing through video played from URL
How to reproduce:
1. Open the attached project ("1358764_2021.1.17f1_repro.zip")
2. Open Scene "test"
3. Enter Play Mode
4. When the video starts playing, scrub through the video
5. Observe the Console
Expected result: if statement evaluating if frameCount is 0 not executed, Debug message "frameCount == 0" not printed to Console
Actual result: if statement evaluating if frameCount is 0 executed, Debug message "frameCount == 0" printed to Console
Reproducible with: 2019.4.30f1, 2020.3.17f1, 2021.1.19f1, 2021.2.0b11, 2022.1.0a7
Reproducible on:
Phone 8 Plus (iOS 14.4.2)
iPad 6th generation (iOS 14.4.2)
macOS Big Sur (11.5.1)
Note:
- Reproducible on macOS in Editor, Standalone Build, and iOS
- Not reproducible when using Video Clips as Source
- Not reproducible on Android, Windows
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #1339883