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
Assets\Scripts\ECS\Systems\TimedDestroySystem.cs(12,26): error CS0115: 'TimedDestroySystem.OnCreateManager()': no suitable method found to override
It looks like it is using obsolete code. IE: IJobForEachWithEntity
The text was updated successfully, but these errors were encountered:
You you want a working version you can check out my fork. But a lot has changed since this presentation therefore this repository might not be your best bet as a reference anymore. https://github.com/tuunit/AngryBots_ECS
Assets\Scripts\ECS\Systems\TimedDestroySystem.cs(12,26): error CS0115: 'TimedDestroySystem.OnCreateManager()': no suitable method found to override
It looks like it is using obsolete code. IE: IJobForEachWithEntity
The text was updated successfully, but these errors were encountered: