sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.08k stars 1.11k forks source link

Method not found: void Entitas.CodeGeneration.Plugins.EventData..ctor(Entitas.CodeGeneration.Attributes.EventTarget,Entitas.CodeGeneration.Attributes.EventType,int) #940

Closed VincentSai closed 4 years ago

VincentSai commented 4 years ago

Hi,

I got this error message when I try to use Event attribute on EntitasPure project, just add [Event(EventTarget.Self)] on HealthComponent run mono ../Jenny/Jenny.exe gen and you will see this

Cheers

VincentSai commented 4 years ago

Upgrade to 1.13.0 solve this problem