Search Unity

Entity Debugger ChunkComponent data not updating.

Discussion in 'Entity Component System' started by Ryuuguu, Jan 4, 2020.

  1. Ryuuguu

    Ryuuguu

    Joined:
    Apr 14, 2007
    Posts:
    391
    The data values for chunk components are not updating in the EntityDebugger Inspector window. The values are updating properly in the program they just never change in the inspector window. SharedComponent data and regular component data are fine. I copy the data from a ChunkComponet to an instance component in a job so I can see it all works in the program. Also when I use floats I can see the displayed value is a random value, not the initialized value and the value is deterministic between runs and does not change during the run. Also, instances in a Chunk show the same random chunk values. I am using 2019.3 0f3 and the latest packages as of Jan 3, 2020. DOTS Editor 0.1.0 and Entities 0.4.0