Clone camera metadata at the same time change

camera1 = clone camera,
camera metadata change, at the same time camera1 change, metadata is same

It works for the whole metadata object

        camera1.metadata = {a: "23", b: {dk: "cvewrfwesfweefw"}};

Example - https://playground.babylonjs.com/#SRZRWV#1791

image

1 Like

Thanks!