Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Debugging Systems

Andrew Macdonald edited this page Mar 13, 2016 · 2 revisions

EgoInterface's have a custom Inspector that show the Systems registered with EgoCS (without the System suffix):

When a System is disabled, its Update(), FixedUpdate(), and Event Handler methods are safely skipped.

Simply toggle the check-box next to the System you want to enable or disable. This even works while running in the editor!

NOTE: All Systems are enabled in builds and cannot be disabled at runtime.

Clone this wiki locally