Search Unity

[Suggestion] Expose useful interface of Unity.Entities in an additional package

Discussion in 'Entity Component System' started by quabug, Jan 7, 2020.

  1. quabug

    quabug

    Joined:
    Jul 18, 2015
    Posts:
    66
    There's some really helpful utilities in `Unity.Entities`, like `ChunkDataUtility`.
    Why not add a package named `Unity.Entities.Unsafe` and expose useful utilities from `Unity.Entities` for those who wanna take an adventure on the dangerous field of entities.