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

Commit

Permalink
Feature/release 0.1.5 (#28)
Browse files Browse the repository at this point in the history
* release 0.1.5

Signed-off-by: Paul Balaji <paulbalaji@improbable.io>

* add link.xml (#29)
  • Loading branch information
paulbalaji authored and oblm committed Feb 22, 2019
1 parent 2b7cdc7 commit 262cf0d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## `0.1.5` - 2019-02-21

### Changed

- Upgraded the project to be compatible with `2018.3.5f1`.
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a518da67ab9e0c87a4f44ceed6b072416688e529
7f10936647a58e33815cc2082bb4ba3ce0e7b921
2 changes: 1 addition & 1 deletion packer.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "gdk-for-unity-blank-project",
"version": "0.1.4",
"version": "0.1.5",
"git_packages": [
{
"clone_url": "git@github.com:spatialos/gdk-for-unity-blank-project.git",
Expand Down
7 changes: 7 additions & 0 deletions workers/unity/Assets/link.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<linker>
<assembly fullname="Improbable.Gdk.Core" preserve="all"/>
<assembly fullname="Improbable.Gdk.GameObjectCreation" preserve="all"/>
<assembly fullname="Improbable.Gdk.TransformSynchronization" preserve="all"/>
<assembly fullname="Improbable.Gdk.PlayerLifecycle" preserve="all"/>
<assembly fullname="Improbable.Gdk.Mobile" preserve="all"/>
</linker>
7 changes: 7 additions & 0 deletions workers/unity/Assets/link.xml.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 262cf0d

Please sign in to comment.