I’m making moving platforms that follow paths, and I want to be able to see the points I’m placing in the editor without running the game. I know I can use gameobjects and easily view them in the editor, but I’d rather use Vector2’s for less overhead. The problem is that I have to keep stopping to run the game to see where the points are. Is there an easy way to view things like points in the editor?