Click on “Toggle Logger” to see any messages from the game. They are only recorded when debug mode is active.
There are different logs for different objects. For example, if you click on a human, their log is displayed. “General Log” contains all the Unity messages and exceptions. Clicking on the lock keeps your selected log active even if you click on other things in game that would have their own logger.
One of the most powerful debugging tools, the object inspector allows you to view the data in each object live during gameplay. You can enter it through various ways:
Use the “WorldScripts” or “Mods” button in the cheat menu to inspect these objects directly.
Search for the debugging button in game to inspect a specific game item:
The object inspector is one of the most powerful ways to understand what’s going on. You can not only use it to see the data behind the scenes, but you can also edit it live and see what happens in game. All of the things your program for your mods will automatically be inspectable as well.