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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andoowhy committed Mar 13, 2016
1 parent ec9cd17 commit 50325ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ public class EgoInterface : MonoBehaviour
}
```

# Debugging

Like with GameObjects and MonoBehaviours, you can easily enable & disable Systems on-the-fly before and during runtime:

![Easily Enable / Disable Systems](https://raw.githubusercontent.com/wiki/andoowhy/EgoCS/img/SystemTogglesExample.gif)

# Limitations
- Only OnTrigger\* and OnCollision\* MonoBehaviour Messages are converted into EgoEvents. More to be added soon.
- Unity3D v5.3+ Multi Scene Editing not supported (yet)
Expand Down

0 comments on commit 50325ae

Please sign in to comment.