Search Unity

Custom Worlds Made Easy

Discussion in 'Entity Component System' started by Sibz9000, Apr 14, 2019.

  1. Sibz9000

    Sibz9000

    Joined:
    Feb 24, 2018
    Posts:
    149
    Hi All,

    I posted this in another thread but I though I might make it a thread of it's own as a few people have found it useful.

    I've created a custom bootstrap class you can inherit from in order to make creating custom worlds easy.

    It's as simple as including the code, adding your own bootstrap inherited from
    CustomWorldBootstrap
    then decorating systems with
    [CreateInWorld("WorldName")]


    Full instructions are in the readme.

    https://github.com/Sibz/CustomWorldBootstrap