This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +21
-16
lines changed
com.improbable.gdk.buildsystem
com.improbable.gdk.gameobjectcreation
com.improbable.gdk.mobile
com.improbable.gdk.playerlifecycle
com.improbable.gdk.standardlibraryutils
com.improbable.gdk.testutils
com.improbable.gdk.transformsynchronization Expand file tree Collapse file tree 10 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 5
5
### Added
6
6
7
7
- Added support for the Steam authentication flow.
8
+
9
+ ## ` 0.1.2 ` - 2018-11-01
10
+
11
+ ### Added
12
+
8
13
- Added the ability to acknowledge ` AuthorityLossImminent ` messages.
9
14
- Added an ` Open Inspector ` button to the ` SpatialOS ` menu in the Unity Editor.
10
15
- Added support for local mobile development.
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.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"unity" : " 2018.2" ,
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.1.1 "
9
+ "com.improbable.gdk.core" : " 0.1.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.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"unity" : " 2018.2" ,
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.1.1 " ,
9
+ "com.improbable.gdk.tools" : " 0.1.2 " ,
10
10
"com.unity.entities" : " 0.0.12-preview.18" ,
11
11
"com.unity.incrementalcompiler" : " 0.0.42-preview.21"
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.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"unity" : " 2018.2" ,
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.1.1 "
9
+ "com.improbable.gdk.core" :" 0.1.2 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 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.1.1 "
9
+ "com.improbable.gdk.core" :" 0.1.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.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"unity" : " 2018.2" ,
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.1.1 " ,
10
- "com.improbable.gdk.tools" :" 0.1.1 "
9
+ "com.improbable.gdk.core" :" 0.1.2 " ,
10
+ "com.improbable.gdk.tools" :" 0.1.2 "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.improbable.gdk.standardlibraryutils" ,
3
3
"displayName" : " SpatialOS GDK Standard Library Utils" ,
4
- "version" : " 0.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"unity" : " 2018.2" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Standard Library Utils. Made by Improbable." ,
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.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"unity" : " 2018.2" ,
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.1.1 "
9
+ "com.improbable.gdk.core" : " 0.1.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.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"unity" : " 2018.2" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Support Tools. Made by Improbable." ,
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.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"unity" : " 2018.2" ,
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.1.1 "
9
+ "com.improbable.gdk.core" :" 0.1.2 "
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments