Search Issue Tracker

Fixed

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:

  1. Create new 2D Core project
  2. In Hierarchy create new object (2D Object > Sprites > Square)
  3. Select created object and in top menu open Window > Animation > Animation
  4. In Animation window click Create (and save animation)
  5. In top menu open Window > Animation > Animator
  6. Dock Animator in visible place
  7. Click Play button to enter Play Mode
  8. 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

  1. Resolution Note (fix version 2023.1.0a8):

    Fixed serialization of animation graph

Add comment

Log in to post comment