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

Commit

Permalink
Release 0.2.1 - Pre-Validation (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 authored Apr 15, 2019
1 parent b377b67 commit 8b3db6f
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 27 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## Unreleased

## `0.2.1` - 2019-04-15

### Changed

- Updated to Unity version `2018.3.11`.
- Updated to GDK for Unity version `0.2.1`.
- Updated `CreatePlayerEntityTemplate` to work with latest player lifecycle Feature Module.

## `0.2.0` - 2019-03-19
Expand Down
16 changes: 16 additions & 0 deletions cloud_launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@
"all": {}
}
]
},
{
"worker_type": "AndroidClient",
"permissions": [
{
"all": {}
}
]
},
{
"worker_type": "iOSClient",
"permissions": [
{
"all": {}
}
]
}
]
}
16 changes: 16 additions & 0 deletions default_launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@
"all": {}
}
]
},
{
"worker_type": "AndroidClient",
"permissions": [
{
"all": {}
}
]
},
{
"worker_type": "iOSClient",
"permissions": [
{
"all": {}
}
]
}
]
}
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
67a3c1834dd24f87c30f7f4da5ec5bbb4d476708
8ba0b572c70aa580baf6429be27f54ed06fc3417
52 changes: 26 additions & 26 deletions packer.config.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"package_name": "gdk-for-unity-blank-project",
"version": "0.2.0",
"git_packages": [
{
"clone_url": "git@github.com:spatialos/gdk-for-unity-blank-project.git",
"clone_dir": "gdk-for-unity-blank-project",
"exclude_paths": [
".git",
".github",
"ci",
"scripts"
]
},
{
"clone_url": "git@github.com:spatialos/gdk-for-unity.git",
"clone_dir" : "gdk-for-unity",
"exclude_paths": [
".git",
".github",
"ci",
"scripts",
"test-project"
]
}
]
}
"package_name": "gdk-for-unity-blank-project",
"version": "0.2.1",
"git_packages": [
{
"clone_url": "git@github.com:spatialos/gdk-for-unity-blank-project.git",
"clone_dir": "gdk-for-unity-blank-project",
"exclude_paths": [
".git",
".github",
"ci",
"scripts"
]
},
{
"clone_url": "git@github.com:spatialos/gdk-for-unity.git",
"clone_dir": "gdk-for-unity",
"exclude_paths": [
".git",
".github",
"ci",
"scripts",
"test-project"
]
}
]
}

0 comments on commit 8b3db6f

Please sign in to comment.