Search Issue Tracker
Fixed
Fixed in 3.0.0
Votes
0
Found in [Package]
3.0.0-pre.7
Issue ID
CMCL-1488
Regression
Yes
CinemachineStateDrivenCameraEditor Selection Nullreference Error with Animator Window
Reproduction Steps:
# Open the attached project
# Open Scene SampleScene
# Dock the Project panel next to the Inspector (only one should be visible at any given time, but both should be initialized and available)
# Select the State-Driven Camera while the Inspector is visible
# Switch to the Project window
# Create a new Animator Controller (RMB in Project view > Animator Controller)
# Open it and create a new animation state
# Click on various objects in the Hierarchy
Expected result: no errors
Actual result:
NullReferenceException: SerializedObject of SerializedProperty has been Disposed.
UnityEditor.SerializedProperty.get_intValue () (at /home/bokken/build/output/unity/unity/Editor/Mono/SerializedProperty.bindings.cs:1010)
Unity.Cinemachine.Editor.CinemachineStateDrivenCameraEditor+<>c__DisplayClass10_0.<CreateInspectorGUI>b__6 () (at ./Library/PackageCache/com.unity.cinemachine@3.0.0-pre.7/Editor/Editors/CinemachineStateDrivenCameraEditor.cs:63)
Unity.Cinemachine.Editor.InspectorUtility.<.cctor>g__OnUserDidSomething|1_0 () (at ./Library/PackageCache/com.unity.cinemachine@3.0.0-pre.7/Editor/Utility/InspectorUtility.cs:31)
UnityEditor.Selection.Internal_CallSelectionChanged () (at /home/bokken/build/output/unity/unity/Editor/Mono/Selection.cs:38)
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
Add comment