Edit:
0.8.2-preview Hot fix was released to fix compatibility issues with Unity 2020.2.a17
This is a minor patch release for the DOTS Editor package. One of the major fixes was allowing the support of non-default worlds for the Entities window. We cannot test and accommodate for every scenario of user generated systems so please give us more feedback around this area. Let us know how your systems are set up if they do not work with the windows.
We’ve cleaned up many of the search bugs and added some quality of life improvements to the windows. We have also minimized the line height so please give us feedback around this. We understand it is an accessibility issue so we’re taking the utmost care to deliver properly when it comes to this topic. The goal of this change was to keep the lists consistent with the existing Hierarchy window.
You can get the latest changes via the Package Manager
Changelog
[Fixed]
- Entities Window: Now supports non-default world bootstrappers (works with netcode setup and custom user world bootstrappers)
- Entities Window: Inspector now clears selection when deselecting an entity
- Entities Window: Window selection now clears when selecting something else in the editor
- Entities Window: Search by any component type instead of only IComponentData and ISharedComponentData
- Entities Window: Made component types case insensitive in search
- Entities Window: Now supports duplicate component type name (if multiple types are found all of them will be used in the search)
- Entities Window: Now always shows results as a listview instead of a mix of treeview/listview based on the search
- Entities Window: Now shows an error message when failing to resolve a component type name when typing c:mycomponent
- Entities Window: Now shows a message when no entity match the requested search
- Entities Window: Changed visual elements height from 20px to 16px
- System Window: Fixed the issue with cropped system name becoming un-cropped for a moment upon tree view refresh
- System Window: Changed visual elements height from 20px to 16px
- Fixed restoration of the previously selected world after domain reload