Search Issue Tracker
Fixed in 3.0.0-pre.1
Votes
0
Found in [Package]
2.5.2
Issue ID
1310536
Regression
No
[Unity Recorder] Argument exception is thrown if tag is empty for Image Sequence recorder
Argument exception is thrown if tag is empty for Image Sequence recorder. Refer the attached video
Steps to reproduce:
1) Create a new project
2) Window > Package Manager > Install Unity Recorder
3) Add Recorder Image Sequence
4) Capture > Camera > Tagged Camera > Keep the tag empty
5) Start recording
Actual result: Argument exception is thrown in console because of empty tag
Expected result: No exceptions should be thrown in console
Occurring in: 2021.2.0a3, 2021.1.0b5, 2021.1.0a1, 2020.2.2f1, 2020.1.13f1, 2019.4.9f1
Environment: Both Windows and Mac
Stack trace:
ArgumentException: Tag: tag name is null or empty.
UnityEditor.Recorder.Input.CameraInput.NewFrameStarting (UnityEditor.Recorder.RecordingSession session) (at Library/PackageCache/com.unity.recorder@2.5.2/Editor/Sources/Recorders/_Inputs/Camera/CameraInput.cs:300)
UnityEditor.Recorder.Recorder.SignalInputsOfStage (UnityEditor.Recorder.ERecordingSessionStage stage, UnityEditor.Recorder.RecordingSession session) (at Library/PackageCache/com.unity.recorder@2.5.2/Editor/Sources/Recorder.cs:200)
UnityEditor.Recorder.RecordingSession.PrepareNewFrame () (at Library/PackageCache/com.unity.recorder@2.5.2/Editor/Sources/RecordingSession.cs:206)
UnityEditor.Recorder.RecorderComponent:LateUpdate() (at Library/PackageCache/com.unity.recorder@2.5.2/Editor/Sources/_RecorderComponent.cs:13)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Visual artifacts appear when the HD Dynamic Resolution Component changes the resolution scale
- Domain Reload loading popup is dark when Editor Theme is set to "Light"
- Scene Views breaks and errors are spammed in the Console when the Game view is shrunk vertically to the minimum, and the Aspect Ratio is 16:9 or 16:10
- Slider Fill Area disappears after undoing “Set Native Size” change
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
Add comment