Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.0.2
4.0.0-pre.2
Issue ID
REC-924
Regression
Yes
Recorder recording state remains True when recording has ended
How to reproduce:
1. Open the attached project
2. Open scene Scenes/Scenes_TK/Test
3. Press the Play button
4. Wait one minute while observing the Console
Expected result: a minute after "StartRecording" is logged, "StopRecording" is logged and "isRecording" is logged as False afterward
Actual result: a minute after "StartRecording" is logged, "StopRecording" is logged and "isRecording" is still logged as True afterward
Reproducible with: 2.3.0-preview.3, 2.5.0-pre.1, 2.5.5, 4.0.0-pre.2 (2019.4.32f1, 2020.3.22f1, 2021.1.28f1, 2021.2.1f1, 2022.1.0a14)
Not reproducible with: 2.2.0-preview.4 (2019.4.32f1, 2020.3.22f1)
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
- “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
Resolution Note:
The supplied project uses reflection to drive in recorder through an unsupported method.
The recorder itself does not suffer from this limitation when used as designed.
The user could open a feature request for the missing APIs which we could support properly.