Hello everyone!
I’m experimenting with getting meshes to move automatically and continuously when a scene loads. I’ve found examples of this with key presses, but I’m not sure the proper way to make these functions happen automatically and continuously as the scene runs. Here is an example: https://www.babylonjs-playground.com/#DN3N8J#1
Should I be using “action manager” for something like this?
Thanks!