Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Release candidate for version 0.3.5. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot committed Apr 23, 2020
1 parent d2c8372 commit 5dc9e9c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Unreleased

## `0.3.5` - 2020-04-23

### Breaking Changes

- The Blank Project now requires Unity 2019.3. [#96](https://github.com/spatialos/gdk-for-unity-blank-project/pull/96)

### Changed

- Upgraded to GDK for Unity version `0.3.5`
- Upgraded Unity entities package to `0.9.1`. [#99](https://github.com/spatialos/gdk-for-unity-blank-project/pull/99)

## `0.3.4` - 2020-03-25
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 864facb286cbb57fd0f3ecd3741e9ffb64eaff25
develop e91ae1c92502abebe6e7d94b6047914dd43beea6
24 changes: 12 additions & 12 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"com.unity.timeline": "1.2.10",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.0.8",
"io.improbable.gdk.buildsystem": "0.3.4",
"io.improbable.gdk.core": "0.3.4",
"io.improbable.gdk.debug": "0.3.4",
"io.improbable.gdk.deploymentlauncher": "0.3.4",
"io.improbable.gdk.gameobjectcreation": "0.3.4",
"io.improbable.gdk.mobile": "0.3.4",
"io.improbable.gdk.playerlifecycle": "0.3.4",
"io.improbable.gdk.querybasedinteresthelper": "0.3.4",
"io.improbable.gdk.testutils": "0.3.4",
"io.improbable.gdk.tools": "0.3.4",
"io.improbable.gdk.transformsynchronization": "0.3.4",
"io.improbable.gdk.buildsystem": "0.3.5",
"io.improbable.gdk.core": "0.3.5",
"io.improbable.gdk.debug": "0.3.5",
"io.improbable.gdk.deploymentlauncher": "0.3.5",
"io.improbable.gdk.gameobjectcreation": "0.3.5",
"io.improbable.gdk.mobile": "0.3.5",
"io.improbable.gdk.playerlifecycle": "0.3.5",
"io.improbable.gdk.querybasedinteresthelper": "0.3.5",
"io.improbable.gdk.testutils": "0.3.5",
"io.improbable.gdk.tools": "0.3.5",
"io.improbable.gdk.transformsynchronization": "0.3.5",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down Expand Up @@ -57,4 +57,4 @@
]
}
]
}
}

0 comments on commit 5dc9e9c

Please sign in to comment.