I have several actors (platforms and enemies) moving along paths that I've created.
As I test my game, I need to tune the interactions, that means I may need the platforms or enemies moving slower or faster. Obviously I dont want to delete and recreate as the path itself has taken some effort to tune as well. How can I change the speed my actors are taking along the path?
For timers, I've found that its best to always create them on scripts so I can change the value, although it would be nice to be able to modify them as well (when not created on a script)