Hello, can I somehow run a game frame by frame to debug things. Delta would accordingly to 60 frames. Thanks
Debug frame by frame
There's a reddit thread called "Simple frame incementer (sic) for debugging" hope this helps!
If you set a breakpoint (by clicking on the space to the left of the line number in the script editor), then when you play the game it will stop and allow you to look at the values or check things.
Thanks, I somehow missed that breakpoints were possible...