Observable that detects any change on the scene

Hello,

Exist it an observable that can detect any change on the scene ?
I mean, if an object is add, moved, having a modified property … All modifications …

From this observable, I would like to add the modify / add object to an Array for a future recording (serialised) of all the objects that have been modified.

I saw an observable that detects when an object is added to the scene. But nothing when the scene is change / modify.

Do I have to use multiple observables to do this? A single observable would be very useful.

Thanks for your help

We try to not have TOO much code called on changes so unfortunately yeah you have to register with the different observables

Ok, I’ll do like this then. Thank you

1 Like