#Entities tooling and job system tooling wishlist

1 messages · Page 1 of 1 (latest)

upbeat robin
#

For picture, visit https://forum.unity.com/threads/entities-tooling-and-job-system-tooling-wishlist.1483824/#post-9247077

Job system
Implement data dependency visualizer to make it much easier to detect the slow part and improve performance significantly

Entities - Archetypes
Compare 2 Archetypes side by side that able to point out and highlight the all the component differences that Archetype A has more x components and Archetype B has less x components.

Entities - Chunk
Return chunk utilization visualizer. Previously it's at deprecated Entity Debugger window. I guess this tooling can put at Archetypes windows or just create a new Chunk windows.

Entities - Data transformation graph visualizer
Visualize data transformation in graph form

Entities - Data relationship visualizer
Visualize data relationship using some kind of Node-Link Diagram that clearly tells u data relationship between entities in much clearer way.