For meshes, I can use mesh.moveWithCollisions. Is there any substitute for cameras or should I just have the camera follow a mesh?
Hey @trigangle
There’s no equivalent method that I know of, but yes, you can use another mesh (even a non-visible one) and either parent the camera to that mesh, OR have it follow the mesh’s position.