Inspector crashes when adding a TransformNode to an ArcRotateCamera

I am investigating issues with lights attached to the camera. While doing this I run into the Inspector crashing.

  1. Open https://playground.babylonjs.com/#BD9E6P#12
  2. Open Inspector
  3. Expand the Camera
  • Crash *

The TransformNode constructor takes a string (name) then the scene in parameters, not directly the scene as the first parameter.

This corrected PG does not crash:

https://playground.babylonjs.com/#BD9E6P#13

1 Like

My bad, thank you :slight_smile: