Hi, could I make two suggestions?
first- why not a tool to make way points, a path on screen and make an object follow the path with several options like ping pong, loop and other?. A tool that when you click two points on screen makes a b spline or linear spline and you can had or delete the points. This is great for enemies and even moving platforms.
Second- Why can’t we parent objects on the object manager/window?. Like in Unity or any other program. It would be cool to do it. Example: An enemy field of vision. Right now you have to make a lot of “code” to tell where the field of vision is created and to follow the enemy.
With parenting objects you just parent the object of the field of Vision to the enemy and that’s it, where the enemy goes and turns, the field of vision object also does the same. And then you say on collision do this or that. Simple.
I hope Im making sense with my explanation.
Thanks.