Skip to content

Commit

Permalink
Updated EntitasUpgradeGuide
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Jul 9, 2015
1 parent f62b4d1 commit 0598b71
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
19 changes: 19 additions & 0 deletions EntitasUpgradeGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ https://bugzilla.xamarin.com/show_bug.cgi?id=25360
Please be aware of that issue and use any other text editor for that task.


# Entitas 0.18.0 upgrade guide
Entitas 0.18.0 changes IReactiveSystem. To upgrade your source files, follow these steps
- Install Entitas 0.18.0 (which will result in compiler errors)
- Use the command line tool `MigrationAssistant.exe` to automatically migrate

```
$ mono MigrationAssistant.exe
usage:
[-l] - print all available versions
[version] [path] - apply migration of version [version] to source files located at [path]
$ mono MigrationAssistant.exe -l
0.18.0 - Migrates IReactiveSystem API
// Example from Math-One example project, where all the systems are located in the Features folder
$ mono MigrationAssistant.exe 0.18.0 /Path/To/Project/Assets/Sources/Features
```


# Entitas 0.12.0 upgrade guide

Entitas 0.12.0 generates prefixed matchers based on the PoolAttribute and introduces some
Expand Down
13 changes: 1 addition & 12 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@
- Changed IReactiveSystem.GetTriggeringMatcher to IReactiveSystem.trigger
- Changed IReactiveSystem.GetEventType to IReactiveSystem.eventType

```
$ mono MigrationAssistant.exe
usage:
[-l] - print all available versions
[version] [path] - apply migration of version [version] to source files located at [path]
$ mono MigrationAssistant.exe -l
0.18.0 - Migrates IReactiveSystem API
// Example from Math-One example project, where all the systems are located in the Features folder
$ mono MigrationAssistant.exe 0.18.0 /Path/To/Project/Assets/Sources/Features
```
Please follow the [Entitas upgrade guide](https://github.com/sschmid/Entitas-CSharp/blob/master/EntitasUpgradeGuide.md)

##### Entitas.Unity
- Fixed code generation issues on Windows by converting and normalizing line endings
Expand Down
Binary file modified bin/Entitas.zip
Binary file not shown.

0 comments on commit 0598b71

Please sign in to comment.