Addmoveitemiteraction and .addMoveCollisionInteraction

adding this funvtion to an object doesnt seem to work in any of the examples within a browser
is it broken/depreciated and whats the fix?

e.g.
const cube1 = Scene.getItem(‘cube’) as BaseItem;
cube1.addMoveOnItemInteraction();

doesnt work

nor cube1.addMoveCollisionInteraction();

doesnt work…

1 Like

see this other post for solution

1 Like