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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
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.