Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
3.0.0.pre.1, 2.5.4.
Issue ID
1336997
Regression
No
[Recorder] Unable to add Reference keys with ArgumentOutOfRangeException in the Recorder Bindings component
Unable to add Reference keys with ArgumentOutOfRangeException in the Recorder Bindings component.
Steps to repro:
1. Create a new HDRP template project.
2. Windows > Package Manager > Recorder 3.0.0-pre.1 > Install.
3. Create an Empty game object.
4. Inspector > Add Component > Recorder Bindings.
5. Add Keys to the list.
Actual Result:
-Unable to add Reference keys.
-ArgumentOutOfRangeException error in the console.
Expected Result:
Reference keys should be added without any errors in the console.
Reproducible in:
2021.2.0a17, 2021.1.8f1, 2020.3.9f1, 2019.4.21f1 with Package version 3.0.0-pre.1, 2.5.4.
Environment:
Occurring on Windows 10 & Mac 10.15.
Stack trace:
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <695d1cc93cca45069c528c15c9fdd749>:0)
System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <695d1cc93cca45069c528c15c9fdd749>:0)
System.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <695d1cc93cca45069c528c15c9fdd749>:0)
UnityEngine.Recorder.SerializedDictionary`2[TKey,TValue].OnAfterDeserialize () (at library/packagecache/com.unity.recorder@2.5.5/runtime/serializeddictionnary.cs:36)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
Add comment