|
| 1 | +# 0.16.0 |
| 2 | + |
| 3 | +#### Breaking changes |
| 4 | +- Moved system getters in Systems to DebugSystems |
| 5 | + |
| 6 | +##### Entitas.Unity.CodeGenerator |
| 7 | +- Generated ComponentIds use array instead of dictionary for component name lookup |
| 8 | + |
| 9 | +##### Entitas.Unity.VisualDebugging |
| 10 | +- Added "Step manually" to DebugSystems |
| 11 | +- Added activate / deactivate systems at runtime |
| 12 | +- Displaying Systems.totalSystemsCount in SystemsDebugEditor |
| 13 | +- Added SystemsMonitor visual graph |
| 14 | + |
| 15 | + |
| 16 | +- Removed override DebugSystems.DestroyAllEntities() |
| 17 | + |
| 18 | + |
1 | 19 | # 0.15.0
|
2 | 20 |
|
3 | 21 | ##### Entitas
|
@@ -41,7 +59,7 @@ pool.CreateEntity()
|
41 | 59 | ##### Entitas.Unity.VisualDebugging
|
42 | 60 | - Added DebugSystems
|
43 | 61 |
|
44 |
| - |
| 62 | + |
45 | 63 | - Added HashSetTypeDrawer
|
46 | 64 |
|
47 | 65 |
|
@@ -73,11 +91,11 @@ pool.CreateEntity()
|
73 | 91 | - Added IDefaultInstanceCreator implementations for array, dictionary and string
|
74 | 92 | - Added support to insert and remove elements from lists, arrays and dictionaries
|
75 | 93 |
|
76 |
| - |
| 94 | + |
77 | 95 | - Added name property to DebugPool
|
78 | 96 | - Added VisualDebuggingConfig and VisualDebuggingPreferencesDrawer
|
79 | 97 |
|
80 |
| - |
| 98 | + |
81 | 99 | - EntityDebugEditor can generate IDefaultInstanceCreator and ITypeDrawer implementations for unsupported types
|
82 | 100 | - Fixed: handling null values
|
83 | 101 | - Renamed ICustomTypeDrawer to ITypeDrawer
|
@@ -110,7 +128,7 @@ pool.CreateEntity()
|
110 | 128 | - set generated folder path
|
111 | 129 | - define multiple pools
|
112 | 130 |
|
113 |
| - |
| 131 | + |
114 | 132 | - Added PoolAttributeGenerator
|
115 | 133 | - Generated Matcher is now prefixed based on PoolAttribute (e.g. UIMatcher)
|
116 | 134 | - Generating ToString() for matchers to print component name instead of index
|
@@ -145,10 +163,10 @@ pool.CreateEntity()
|
145 | 163 | - Added component folding and pooled entities count
|
146 | 164 | - Added groups to PoolDebugEditor
|
147 | 165 |
|
148 |
| - |
| 166 | + |
149 | 167 | - Added support for IList
|
150 | 168 |
|
151 |
| - |
| 169 | + |
152 | 170 | - UI improvements
|
153 | 171 |
|
154 | 172 | ##### Code Generator
|
|
0 commit comments