This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree 19 files changed +53
-50
lines changed
com.improbable.gdk.dependencytest
com.improbable.gdk.dependencytestchild
com.improbable.gdk.dependencytestgrandchild
com.improbable.gdk.buildsystem
com.improbable.gdk.deploymentlauncher
com.improbable.gdk.gameobjectcreation
com.improbable.gdk.mobile
com.improbable.gdk.playerlifecycle
com.improbable.gdk.querybasedinteresthelper
com.improbable.gdk.testutils
com.improbable.gdk.transformsynchronization
19 files changed +53
-50
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## ` 0.2.2 ` - 2019-05-15
6
+
5
7
### Breaking Changes
6
8
- Removed the ` Improbable.Gdk.Mobile.Android ` and ` Improbable.Gdk.Mobile.iOS ` packages. All functionality is now available inside the ` Improbable.Gdk.Mobile ` package.
7
9
Original file line number Diff line number Diff line change 1
- # The SpatialOS GDK for Unity (alpha )
1
+ ![ ] ( spatialos_gdk_for_unity_header.png )
2
2
3
3
![ ] ( https://img.shields.io/badge/license-MIT-brightgreen.svg ) ![ ] ( https://badge.buildkite.com/fec962a4df6e6705871bffa4dfcdea4f2ff7efcd737e5186ea.svg?branch=develop )
4
4
@@ -30,7 +30,7 @@ The GDK is composed of three layers:
30
30
31
31
## Recommended use
32
32
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.
34
34
35
35
## Contributions
36
36
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ dotnet run -p "${DOCGEN_DIR}/Docgen/Docgen.csproj" -- \
58
58
--target-namespace=" Improbable.Gdk" \
59
59
--output-directory=" ${DOCS_DIR} /docs/api" \
60
60
--namespace-filter=" .*EditmodeTests" \
61
+ --namespace-filter=" .*DeploymentLauncher" \
61
62
--namespace-filter=" .*PlaymodeTests" \
62
63
--api-path=" api" \
63
64
--git-tag=" ${TAG} "
Original file line number Diff line number Diff line change 1
1
{
2
2
"package_name" : " gdk-for-unity" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"git_packages" : [
5
5
{
6
6
"clone_url" :
" [email protected] :spatialos/gdk-for-unity.git" ,
14
14
]
15
15
}
16
16
]
17
- }
17
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.dependencytest" ,
3
3
"displayName" : " SpatialOS GDK Dependency Test" ,
4
- "version" : " 0.2.1 " ,
5
- "unity" : " 2018.2 " ,
4
+ "version" : " 0.2.2 " ,
5
+ "unity" : " 2018.3 " ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Dependency Test Root." ,
8
8
"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 "
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.dependencytestchild" ,
3
3
"displayName" : " SpatialOS GDK Dependency Test Child" ,
4
- "version" : " 0.2.1 " ,
5
- "unity" : " 2018.2 " ,
4
+ "version" : " 0.2.2 " ,
5
+ "unity" : " 2018.3 " ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Dependency Test Child." ,
8
8
"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 "
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.dependencytestgrandchild" ,
3
3
"displayName" : " SpatialOS GDK Dependency Test Grandchild" ,
4
- "version" : " 0.2.1 " ,
5
- "unity" : " 2018.2 " ,
4
+ "version" : " 0.2.2 " ,
5
+ "unity" : " 2018.3 " ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Dependency Test Grandchild." ,
8
8
"dependencies" : {
9
- "com.improbable.gdk.core" : " 0.2.1 "
9
+ "com.improbable.gdk.core" : " 0.2.2 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.buildsystem" ,
3
3
"displayName" : " SpatialOS GDK Build System" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Build System Module. Made by Improbable." ,
8
8
"dependencies" : {
9
- "com.improbable.gdk.core" : " 0.2.1 "
9
+ "com.improbable.gdk.core" : " 0.2.2 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.core" ,
3
3
"displayName" : " SpatialOS GDK Core" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Core Module. Made by Improbable." ,
8
8
"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 " ,
11
11
"com.unity.entities" : " 0.0.12-preview.21"
12
12
}
13
- }
13
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.deploymentlauncher" ,
3
3
"displayName" : " SpatialOS GDK Deployment Launcher" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Deployment Launcher. Made by Improbable." ,
8
8
"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 "
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.gameobjectcreation" ,
3
3
"displayName" : " SpatialOS GDK GameObject Creation" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK GameObject Creation Module. Made by Improbable." ,
8
8
"dependencies" : {
9
- "com.improbable.gdk.core" : " 0.2.1 "
9
+ "com.improbable.gdk.core" : " 0.2.2 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ protected virtual void InitializeClient()
58
58
/// 4. Check if we stored anything inside the IpAddress field and use it, if we have.
59
59
/// 5. Return the default ReceptionistHost (localhost).
60
60
/// </summary>
61
- /// <returns></returns>
61
+ /// <returns>Returns the Host IP. </returns>
62
62
protected virtual string GetHostIp ( )
63
63
{
64
64
var arguments = LaunchArguments . GetArguments ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.mobile" ,
3
3
"displayName" : " SpatialOS GDK Mobile Support" ,
4
- "version" : " 0.0.5 " ,
4
+ "version" : " 0.0.6 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Mobile Support Module. Made by Improbable." ,
8
8
"dependencies" : {
9
- "com.improbable.gdk.core" : " 0.2.1 "
9
+ "com.improbable.gdk.core" : " 0.2.2 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.playerlifecycle" ,
3
3
"displayName" : " SpatialOS GDK Player Lifecycle" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Player Lifecycle Module. Made by Improbable." ,
8
8
"dependencies" : {
9
- "com.improbable.gdk.core" : " 0.2.1 "
9
+ "com.improbable.gdk.core" : " 0.2.2 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.querybasedinteresthelper" ,
3
3
"displayName" : " SpatialOS GDK Query-based Interest Helper" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Query-based Interest Helper Module. Made by Improbable." ,
8
8
"dependencies" : {
9
- "com.improbable.gdk.core" : " 0.2.1 "
9
+ "com.improbable.gdk.core" : " 0.2.2 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.testutils" ,
3
3
"displayName" : " SpatialOS GDK Test Utils" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Test Utils. Made by Improbable." ,
8
8
"dependencies" : {
9
- "com.improbable.gdk.core" : " 0.2.1 "
9
+ "com.improbable.gdk.core" : " 0.2.2 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.tools" ,
3
3
"displayName" : " SpatialOS GDK Tools" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Support Tools. Made by Improbable." ,
8
8
"dependencies" : {}
9
- }
9
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.transformsynchronization" ,
3
3
"displayName" : " SpatialOS GDK Transform Synchronization" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"unity" : " 2018.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Transform Synchronization Module. Made by Improbable." ,
8
8
"dependencies" : {
9
- "com.improbable.gdk.core" : " 0.2.1 "
9
+ "com.improbable.gdk.core" : " 0.2.2 "
10
10
}
11
- }
11
+ }
You can’t perform that action at this time.
0 commit comments