How to debug a specific collection/stage/game configuration?

I think Mathias accurately answered your question. Adding a debug menu with “cheat” options is definitely a good solution. You can check if the game is running in debug mode using sys.get_engine_info().is_debug

2 Likes