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

Release 0.2.2 #942

Merged
merged 3 commits into from
May 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.2.2` - 2019-05-15

### Breaking Changes
- Removed the `Improbable.Gdk.Mobile.Android` and `Improbable.Gdk.Mobile.iOS` packages. All functionality is now available inside the `Improbable.Gdk.Mobile` package.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The SpatialOS GDK for Unity (alpha)
![](spatialos_gdk_for_unity_header.png)

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

Expand Down Expand Up @@ -30,7 +30,7 @@ The GDK is composed of three layers:

## Recommended use

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.
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.

## Contributions

Expand Down
1 change: 1 addition & 0 deletions ci/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dotnet run -p "${DOCGEN_DIR}/Docgen/Docgen.csproj" -- \
--target-namespace="Improbable.Gdk" \
--output-directory="${DOCS_DIR}/docs/api" \
--namespace-filter=".*EditmodeTests" \
--namespace-filter=".*DeploymentLauncher" \
--namespace-filter=".*PlaymodeTests" \
--api-path="api" \
--git-tag="${TAG}"
Expand Down
4 changes: 2 additions & 2 deletions packer.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "gdk-for-unity",
"version": "0.2.1",
"version": "0.2.2",
"git_packages": [
{
"clone_url": "git@github.com:spatialos/gdk-for-unity.git",
Expand All @@ -14,4 +14,4 @@
]
}
]
}
}
Binary file added spatialos_gdk_for_unity_header.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.improbable.gdk.dependencytest",
"displayName": "SpatialOS GDK Dependency Test",
"version": "0.2.1",
"unity": "2018.2",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Dependency Test Root.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1",
"com.improbable.gdk.dependencytestchild": "0.2.1"
"com.improbable.gdk.core": "0.2.2",
"com.improbable.gdk.dependencytestchild": "0.2.2"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.improbable.gdk.dependencytestchild",
"displayName": "SpatialOS GDK Dependency Test Child",
"version": "0.2.1",
"unity": "2018.2",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Dependency Test Child.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1",
"com.improbable.gdk.dependencytestgrandchild": "0.2.1"
"com.improbable.gdk.core": "0.2.2",
"com.improbable.gdk.dependencytestgrandchild": "0.2.2"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.dependencytestgrandchild",
"displayName": "SpatialOS GDK Dependency Test Grandchild",
"version": "0.2.1",
"unity": "2018.2",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Dependency Test Grandchild.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1"
"com.improbable.gdk.core": "0.2.2"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.buildsystem",
"displayName": "SpatialOS GDK Build System",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Build System Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1"
"com.improbable.gdk.core": "0.2.2"
}
}
}
8 changes: 4 additions & 4 deletions workers/unity/Packages/com.improbable.gdk.core/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.improbable.gdk.core",
"displayName": "SpatialOS GDK Core",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Core Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.tools": "0.2.1",
"com.improbable.gdk.testutils": "0.2.1",
"com.improbable.gdk.tools": "0.2.2",
"com.improbable.gdk.testutils": "0.2.2",
"com.unity.entities": "0.0.12-preview.21"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.improbable.gdk.deploymentlauncher",
"displayName": "SpatialOS GDK Deployment Launcher",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1",
"com.improbable.gdk.tools": "0.2.1"
"com.improbable.gdk.core": "0.2.2",
"com.improbable.gdk.tools": "0.2.2"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.gameobjectcreation",
"displayName": "SpatialOS GDK GameObject Creation",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK GameObject Creation Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1"
"com.improbable.gdk.core": "0.2.2"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected virtual void InitializeClient()
/// 4. Check if we stored anything inside the IpAddress field and use it, if we have.
/// 5. Return the default ReceptionistHost (localhost).
/// </summary>
/// <returns></returns>
/// <returns>Returns the Host IP.</returns>
protected virtual string GetHostIp()
{
var arguments = LaunchArguments.GetArguments();
Expand Down
6 changes: 3 additions & 3 deletions workers/unity/Packages/com.improbable.gdk.mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.mobile",
"displayName": "SpatialOS GDK Mobile Support",
"version": "0.0.5",
"version": "0.0.6",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Mobile Support Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1"
"com.improbable.gdk.core": "0.2.2"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.playerlifecycle",
"displayName": "SpatialOS GDK Player Lifecycle",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Player Lifecycle Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1"
"com.improbable.gdk.core": "0.2.2"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.querybasedinteresthelper",
"displayName": "SpatialOS GDK Query-based Interest Helper",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Query-based Interest Helper Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1"
"com.improbable.gdk.core": "0.2.2"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.testutils",
"displayName": "SpatialOS GDK Test Utils",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Test Utils. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1"
"com.improbable.gdk.core": "0.2.2"
}
}
}
4 changes: 2 additions & 2 deletions workers/unity/Packages/com.improbable.gdk.tools/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "com.improbable.gdk.tools",
"displayName": "SpatialOS GDK Tools",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Support Tools. Made by Improbable.",
"dependencies": {}
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.transformsynchronization",
"displayName": "SpatialOS GDK Transform Synchronization",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Transform Synchronization Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.1"
"com.improbable.gdk.core": "0.2.2"
}
}
}