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
- Editor UI Text is displayed incorrectly or blank, and "Unable to load font face for [System Normal]." and other warnings are spammed when Editor Font is set to System Font and TMP Package is imported
- TabView with icons is smaller in height then other tabs with text
- [iOS] Error shows and "Microphone.GetPosition" logged as zero when "Microphone.Start()" is called the first time while a microphone is busy in another app and the second time when the microphone is released
- "Check for Updates" Fails to Connect to Update Server
- "Validation: Write range..." errors when creating and destroying GraphicsBuffer rapidly in WebGPU
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.