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
Allow to create entity system without define OnUpdateEntity method, which will be perform a cycle on a system to using OnUpdate and similar methods without iterating through any entity.
Also delete NotUsedComponent from code after doing that.