Skip to content

Commit 363ae47

Browse files
committed
Updated release notes
1 parent a43c423 commit 363ae47

File tree

7 files changed

+33
-4
lines changed

7 files changed

+33
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.0
1+
0.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.0
1+
0.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.0
1+
0.24.0

Entitas/Entitas/entitas_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.0
1+
0.24.0

EntitasUpgradeGuide.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Entitas 0.24.0 upgrade guide
2+
To fix the compile errors after updating to Entitas 0.24.0, delete in `Pools.cs`
3+
4+
```csharp
5+
#if (UNITY_EDITOR)
6+
var poolObserver = new Entitas.Unity.VisualDebugging.PoolObserver(_pool, ComponentIds.componentNames, ComponentIds.componentTypes, "Pool");
7+
UnityEngine.Object.DontDestroyOnLoad(poolObserver.entitiesContainer);
8+
#endif
9+
```
10+
11+
and generate again.
12+
13+
114
# Entitas 0.23.0 upgrade guide
215
Entitas 0.23.0 changed and applied naming conventions.
316
Before updating to this version, follow these steps to prepare your project:

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 0.24.0
2+
3+
##### Breaking changes
4+
Please follow the [Entitas upgrade guide](https://github.com/sschmid/Entitas-CSharp/blob/master/EntitasUpgradeGuide.md)
5+
6+
##### Entitas.Unity.CodeGenerator
7+
- Throwing exception when attempting to generate while Unity is still compiling or assembly won't compile
8+
9+
##### Entitas.Unity.VisualDebugging
10+
- Added support for creating entities and adding components at runtime
11+
12+
![entitas unity visualdebugging-debugpool](https://cloud.githubusercontent.com/assets/233700/10291395/d83c3ec4-6ba9-11e5-9c1d-3e18fe2c6370.png)
13+
14+
![entitas unity visualdebugging-entity](https://cloud.githubusercontent.com/assets/233700/10291401/e15d29be-6ba9-11e5-8fc1-87767430342c.png)
15+
16+
117
# 0.23.0
218

319
##### Breaking changes

bin/Entitas.zip

984 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)