Search Unity

How to add systems to worlds different from default?

Discussion in 'Entity Component System' started by Roldo, Nov 26, 2019.

  1. Roldo

    Roldo

    Joined:
    Oct 25, 2014
    Posts:
    41
    Hello.

    In my project i want to separate entities into worlds(world for characters and world for misc entities). Lets call them CharacterWorld and MiscWorld. As of now i figured out how to create new worlds, but not how to add systems to those worlds. Is there any way i can add systems to CharacterWorld and MiscWorld? And if yes, can they be updated simultaneously?

    Thank you.
     
  2. Singtaa

    Singtaa

    Joined:
    Dec 14, 2010
    Posts:
    492