Search Issue Tracker
Fixed
Unknown (hidden) 2022.2.X
Fixed in 2022.2.0b10, 2023.1.0a8
Votes
0
Found in
2022.2.0a10
2022.2.0a19
Issue ID
UUM-8052
Regression
Yes
Getting error 'Removing null node' when entering Play Mode while Animator is open/visible on screen
How to reproduce:
# Create new 2D Core project
# In Hierarchy create new object (2D Object > Sprites > Square)
# Select created object and in top menu open Window > Animation > Animation
# In Animation window click Create (and save animation)
# In top menu open Window > Animation > Animator
# Dock Animator in visible place
# Click Play button to enter Play Mode
# Check console for errors
Expected results: No errors in console.
Actual results: Errors are thrown in the Console window
{noformat}
Removing null node
UnityEditor.Graphs.Graph:OnEnable ()
{noformat}
Reproducible on: 2022.2.0a10, 2022.2.0a19
Not reproducible on: 2022.2.0a9
Notes: Tested on Win11
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
- URP Cascaded Shadows do not have a falloff in Player when the Player is built not in Development Mode
- Grid in animation preview window is rendered on top of the object
- WebGPU Graphics.RenderPrimitives fails on MeshTopology.Quads with Validation errors when exceeding 64k vertices
- Task status is "WaitingForActivation" when awaiting a faulted task inside that task
- 0 is returned when any output from Split Node is input into the Lerp Node
Resolution Note (fix version 2023.1.0a8):
Fixed serialization of animation graph
Resolution Note (2022.2.X):
Triage made another copy of this port