Search Issue Tracker
By Design
Votes
3
Found in
2019.2.0a6
Issue ID
1131639
Regression
No
[Windows][Standalone] Windows.Webcam fails to capture video for Standalone player and Editor
After the code move from XR.WSA.Webcam to Windows.Webcam, the video capture does not work on Windows standalone player or Editor.
There is no error, warning or crash. The process fails silently at VideoCapture.AsyncCreate, the very first function called to create an instance.
Repro:
1. Use the attached project
2. Build Windows standalone player
3. Click the square button
4. Check folder: [UserName]/AppData/LocalLow/[Company Name]/[Project Name]
Expected: A short video is saved to the above location
Actual: No video is saved.
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
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Resolution Note (2019.2.X):
These classes are only supported on UWP. They never worked on Windows Standalone or the editor.