Publisher | Flippar |
---|---|
File size | 327.02kB |
Number of files | 21 |
Latest version | 1 |
Latest release date | 2025-05-07 07:26:13 |
First release date | 2025-05-07 07:26:13 |
Supported Unity versions | 2018.4.2 or higher |
The order of execution of systems in Unity ECS is crucial, but the way to actually order your systems and system groups is less than ideal.
With ECS Order Graph, you can visualize your systems and order them as you like, by adding or removing edges, and easily change the system group they execute in, all that without having to open a single code file, allowing you to quickly order your systems or solve ordering problems.
The tool analyzes your code and shows you the current executing constraints of your systems and system groups in a visual way, so that you can make changes as desired. Then, all the code changes are handled by ECS Order graph, inserting, removing or editing attributes, automatically adding missing the necessary namespace, all this whilst keeping your code as close as possible to how it was before the changes.
All files are backed up before any changes, so that you can always revert to the original code. This is not a substitute for version control. Use. Version. Control.