Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Where to find the latest entities package?

Discussion in 'Entity Component System' started by cometeor, Jun 24, 2018.

  1. cometeor

    cometeor

    Joined:
    May 20, 2011
    Posts:
    64
    The version in ecs samples is 0.0.12-preview6, is there any newer version?
    And the release note of ecs samples mentioned Reactive System, is it available?
     
  2. recursive

    recursive

    Joined:
    Jul 12, 2012
    Posts:
    669
    Reactive system is in. If you look at the package contents, you can find a test sample.

    The main tracking component interfaces for Reactive systems is ISystemStateComponentData and ISystemStateSharedComponentData.

    @Joachim_Ante demos reactive system psudo-code in the livestream from Unite Berlin:


    I expect more understandable samples to pop up within the next few weeks.

    There's some test code for reactive systems in the Unity.Entities.Tests assembly files, You'll find TransformUpdateTests.cs, which has a tests that runs the reactive system state data through it's paces, tracking transform changes. It's quite obtuse, however, as it uses some low-level chunk optimization accesses.
     
  3. cometeor

    cometeor

    Joined:
    May 20, 2011
    Posts:
    64
    Thanks.
     
  4. Necromantic

    Necromantic

    Joined:
    Feb 11, 2013
    Posts:
    116
    In the Package Manager there is an Entities package, you should be able to update to 0.0.12-preview.7 currently.