This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree 15 files changed +34
-32
lines changed
io.improbable.gdk.buildsystem
io.improbable.gdk.deploymentlauncher
io.improbable.gdk.gameobjectcreation
io.improbable.gdk.playerlifecycle
io.improbable.gdk.querybasedinteresthelper
io.improbable.gdk.testutils
io.improbable.gdk.transformsynchronization
io.improbable.gdk.transformsynchronization2d
io.improbable.worker.sdk.mobile
15 files changed +34
-32
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## ` 0.3.10 ` - 2020-08-18
6
+
5
7
### Breaking Changes
6
8
7
9
- The ` Authority ` field on Readers and Writers has been changed to ` HasAuthority ` . It now returns a bool to indicate whether you have authority over the component it represents. [ #1364 ] ( https://github.com/spatialos/gdk-for-unity/pull/1364 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.buildsystem" ,
3
3
"displayName" : " SpatialOS GDK Build System" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Build System Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 "
9
+ "io.improbable.gdk.core" : " 0.3.10 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.core" ,
3
3
"displayName" : " SpatialOS GDK Core" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Core Module." ,
8
8
"dependencies" : {
9
- "io.improbable.worker.sdk" : " 0.3.9 " ,
10
- "io.improbable.gdk.tools" : " 0.3.9 " ,
11
- "io.improbable.gdk.testutils" : " 0.3.9 " ,
9
+ "io.improbable.worker.sdk" : " 0.3.10 " ,
10
+ "io.improbable.gdk.tools" : " 0.3.10 " ,
11
+ "io.improbable.gdk.testutils" : " 0.3.10 " ,
12
12
"com.unity.entities" : " 0.9.1-preview.15"
13
13
}
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.debug" ,
3
3
"displayName" : " SpatialOS GDK Debug Extensions" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Debug Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 "
9
+ "io.improbable.gdk.core" : " 0.3.10 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.deploymentlauncher" ,
3
3
"displayName" : " SpatialOS GDK Deployment Launcher" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Deployment Launcher." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 " ,
10
- "io.improbable.gdk.tools" : " 0.3.9 "
9
+ "io.improbable.gdk.core" : " 0.3.10 " ,
10
+ "io.improbable.gdk.tools" : " 0.3.10 "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.gameobjectcreation" ,
3
3
"displayName" : " SpatialOS GDK GameObject Creation" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK GameObject Creation Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 "
9
+ "io.improbable.gdk.core" : " 0.3.10 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.mobile" ,
3
3
"displayName" : " SpatialOS GDK Mobile Support" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Mobile Support Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 " ,
10
- "io.improbable.worker.sdk.mobile" : " 0.3.9 " ,
9
+ "io.improbable.gdk.core" : " 0.3.10 " ,
10
+ "io.improbable.worker.sdk.mobile" : " 0.3.10 " ,
11
11
"com.unity.modules.androidjni" : " 1.0.0"
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.playerlifecycle" ,
3
3
"displayName" : " SpatialOS GDK Player Lifecycle" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Player Lifecycle Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 "
9
+ "io.improbable.gdk.core" : " 0.3.10 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.querybasedinteresthelper" ,
3
3
"displayName" : " SpatialOS GDK Query-based Interest Helper" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Query-based Interest Helper Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 "
9
+ "io.improbable.gdk.core" : " 0.3.10 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.testutils" ,
3
3
"displayName" : " SpatialOS GDK Test Utils" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Test Utils." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 " ,
9
+ "io.improbable.gdk.core" : " 0.3.10 " ,
10
10
"com.unity.ext.nunit" : " 1.0.0" ,
11
11
"com.unity.test-framework" : " 1.1.14" ,
12
12
"com.unity.test-framework.performance" : " 2.2.0-preview"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.tools" ,
3
3
"displayName" : " SpatialOS GDK Tools" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Support Tools." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.transformsynchronization" ,
3
3
"displayName" : " SpatialOS GDK Transform Synchronization" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Transform Synchronization Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 " ,
10
- "io.improbable.gdk.gameobjectcreation" : " 0.3.9 "
9
+ "io.improbable.gdk.core" : " 0.3.10 " ,
10
+ "io.improbable.gdk.gameobjectcreation" : " 0.3.10 "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.transformsynchronization2d" ,
3
3
"displayName" : " SpatialOS GDK Transform Synchronization 2D" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Transform Synchronization Module 2D." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.3.9 " ,
10
- "io.improbable.gdk.transformsynchronization" : " 0.3.9 " ,
9
+ "io.improbable.gdk.core" : " 0.3.10 " ,
10
+ "io.improbable.gdk.transformsynchronization" : " 0.3.10 " ,
11
11
"com.unity.modules.physics2d" : " 1.0.0"
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.worker.sdk.mobile" ,
3
3
"displayName" : " SpatialOS Worker Mobile SDK" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS Worker Mobile SDK." ,
8
8
"dependencies" : {
9
- "io.improbable.worker.sdk" : " 0.3.9 "
9
+ "io.improbable.worker.sdk" : " 0.3.10 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.worker.sdk" ,
3
3
"displayName" : " SpatialOS Worker SDK" ,
4
- "version" : " 0.3.9 " ,
4
+ "version" : " 0.3.10 " ,
5
5
"unity" : " 2019.3" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS Worker SDK." ,
You can’t perform that action at this time.
0 commit comments