Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
3.0.3
4.0.0
Issue ID
REC-1307
Regression
No
Editor's performance drops when recording with Recorder and VP8
Reproduction steps:
1. Open the attached “Looping fractals” Project
2. Open the “Assets/Scenes/Level1-CutScene2.unity” Scene
3. In the top menu select Window > General > Recorder > Recorder Window
4. Enter the Play Mode
5. In the Recorder Window press the “START RECORDING” Button
Expected result: Recording does not impact the Editor’s performance significantly
Actual result: Game View drops to a few FPS and the whole Editor slows down
Reproducible with: 3.0.3 (2020.3.47f1, 2021.3.22f1), 4.0.0 (2022.2.15f1, 2023.1.0b12, 2023.2.0a10)
Reproducible on: Intel MacOS 13.3
Note: Press the Stats Button in the Game View Window to see the issue more vividly
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
- Crash on WindowsVideoMedia::GetVideoFrameAtIndex when importing a specific MP4 file
- Search results number in Saved Searches Panel is not properly visible when Search query is selected in light Editor mode
- OS Window is switched and errors logged when trying to access Overrides of the same Prefab in the Overrides Panel
- Tooltips stay in place when Preferences window is scrolled
- Console displays "ArgumentException: Cannot unschedule unknown scheduled function UnityEngine..." error after the "Audio Random Container" closing
Resolution Note:
Hi, thank you for the report.
The lastest Unity 2021.3 (anything above Unity 2021.3.30) should run slightly better with VP8 encoding. There was a performance issue that got improved. That being said, our implementation of the VP8 encoder is not as performant as if you were using the H.264 encoder for example and is not ideal for realtime use. If you are not tied to the VP8 format and if you need to run the export at more performance framerate, you can try to export with H.264 instead. In the Movie Recorder > Format > Media File Format, select "H.264 MP4". A third party software can then be used to transcode the output file to the format of your choice.