Hi!
The source code here
https://github.com/FNGgames/Entitas-Hello-World-Unity-Example
DebugMessageSystem.cs
protected override Collector GetTrigger(IContext context)
differs from the wiki here
https://github.com/sschmid/Entitas-CSharp/wiki/Unity-Tutorial-Hello-World
DebugMessageSystem.cs
protected override ICollector GetTrigger(IContext context)
The wiki code worked on my Mac.
Hi!
The source code here
https://github.com/FNGgames/Entitas-Hello-World-Unity-Example
DebugMessageSystem.cs
protected override Collector GetTrigger(IContext context)
differs from the wiki here
https://github.com/sschmid/Entitas-CSharp/wiki/Unity-Tutorial-Hello-World
DebugMessageSystem.cs
protected override ICollector GetTrigger(IContext context)
The wiki code worked on my Mac.