Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit b75446f

Browse files
author
Paul Balaji
authored
Release 0.2.2 (#942)
1 parent 73bf284 commit b75446f

File tree

19 files changed

+53
-50
lines changed

19 files changed

+53
-50
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## `0.2.2` - 2019-05-15
6+
57
### Breaking Changes
68
- Removed the `Improbable.Gdk.Mobile.Android` and `Improbable.Gdk.Mobile.iOS` packages. All functionality is now available inside the `Improbable.Gdk.Mobile` package.
79

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The SpatialOS GDK for Unity (alpha)
1+
![](spatialos_gdk_for_unity_header.png)
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg) ![](https://badge.buildkite.com/fec962a4df6e6705871bffa4dfcdea4f2ff7efcd737e5186ea.svg?branch=develop)
44

@@ -30,7 +30,7 @@ The GDK is composed of three layers:
3030

3131
## Recommended use
3232

33-
This is the alpha release of the SpatialOS GDK for Unity. We invite projects to start using it but warn that all APIs are subject to change as we learn from feedback.
33+
This is the alpha release of the SpatialOS GDK for Unity. We invite projects to start using it but warn that all APIs are subject to change as we learn from feedback.
3434

3535
## Contributions
3636

ci/generate-docs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dotnet run -p "${DOCGEN_DIR}/Docgen/Docgen.csproj" -- \
5858
--target-namespace="Improbable.Gdk" \
5959
--output-directory="${DOCS_DIR}/docs/api" \
6060
--namespace-filter=".*EditmodeTests" \
61+
--namespace-filter=".*DeploymentLauncher" \
6162
--namespace-filter=".*PlaymodeTests" \
6263
--api-path="api" \
6364
--git-tag="${TAG}"

packer.config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "gdk-for-unity",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity.git",
@@ -14,4 +14,4 @@
1414
]
1515
}
1616
]
17-
}
17+
}

spatialos_gdk_for_unity_header.png

20.9 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.dependencytest",
33
"displayName": "SpatialOS GDK Dependency Test",
4-
"version": "0.2.1",
5-
"unity": "2018.2",
4+
"version": "0.2.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Root.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1",
10-
"com.improbable.gdk.dependencytestchild": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2",
10+
"com.improbable.gdk.dependencytestchild": "0.2.2"
1111
}
12-
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.dependencytestchild",
33
"displayName": "SpatialOS GDK Dependency Test Child",
4-
"version": "0.2.1",
5-
"unity": "2018.2",
4+
"version": "0.2.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Child.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1",
10-
"com.improbable.gdk.dependencytestgrandchild": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2",
10+
"com.improbable.gdk.dependencytestgrandchild": "0.2.2"
1111
}
12-
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.dependencytestgrandchild",
33
"displayName": "SpatialOS GDK Dependency Test Grandchild",
4-
"version": "0.2.1",
5-
"unity": "2018.2",
4+
"version": "0.2.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Grandchild.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.buildsystem",
33
"displayName": "SpatialOS GDK Build System",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Build System Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.improbable.gdk.core",
33
"displayName": "SpatialOS GDK Core",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Core Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.tools": "0.2.1",
10-
"com.improbable.gdk.testutils": "0.2.1",
9+
"com.improbable.gdk.tools": "0.2.2",
10+
"com.improbable.gdk.testutils": "0.2.2",
1111
"com.unity.entities": "0.0.12-preview.21"
1212
}
13-
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.deploymentlauncher",
33
"displayName": "SpatialOS GDK Deployment Launcher",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1",
10-
"com.improbable.gdk.tools": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2",
10+
"com.improbable.gdk.tools": "0.2.2"
1111
}
12-
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.gameobjectcreation",
33
"displayName": "SpatialOS GDK GameObject Creation",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK GameObject Creation Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}

workers/unity/Packages/com.improbable.gdk.mobile/Worker/DefaultMobileWorkerConnector.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected virtual void InitializeClient()
5858
/// 4. Check if we stored anything inside the IpAddress field and use it, if we have.
5959
/// 5. Return the default ReceptionistHost (localhost).
6060
/// </summary>
61-
/// <returns></returns>
61+
/// <returns>Returns the Host IP.</returns>
6262
protected virtual string GetHostIp()
6363
{
6464
var arguments = LaunchArguments.GetArguments();
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.mobile",
33
"displayName": "SpatialOS GDK Mobile Support",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Mobile Support Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.playerlifecycle",
33
"displayName": "SpatialOS GDK Player Lifecycle",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Player Lifecycle Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.querybasedinteresthelper",
33
"displayName": "SpatialOS GDK Query-based Interest Helper",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Query-based Interest Helper Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.testutils",
33
"displayName": "SpatialOS GDK Test Utils",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Test Utils. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.improbable.gdk.tools",
33
"displayName": "SpatialOS GDK Tools",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Support Tools. Made by Improbable.",
88
"dependencies": {}
9-
}
9+
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.transformsynchronization",
33
"displayName": "SpatialOS GDK Transform Synchronization",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Transform Synchronization Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)