You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @SomeWare. Yes the source code is using an older version of entitas. The wiki text gets updated when new versions come out but I can't maintain the example code due to time constraints.
The main change is that GetTrigger returns an ICollector instead of a Collector as you've noted.
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.
The text was updated successfully, but these errors were encountered: