Aegistus / Midgard-Madness

Inspired by all the hours I've spent playing Valheim. Explore different biomes, fight diverse enemies, and defeat all the bosses to become the champion of Midgard!
3 stars 0 forks source link

Add "Debug Log" Toggle for Agent Debug Statements #187

Open Aegistus opened 3 years ago

Aegistus commented 3 years ago

Basically a boolean in the inspector that determines if Debug.Log() statements in the state machine will be printed to the console. This will require adding an if condition before each Debug.Log() statement.