This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +20
-15
lines changed
com.improbable.gdk.buildsystem
com.improbable.gdk.gameobjectcreation
com.improbable.gdk.mobile
com.improbable.gdk.playerlifecycle
com.improbable.gdk.testutils
com.improbable.gdk.transformsynchronization Expand file tree Collapse file tree 9 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 55### Added
66
77- Added support for the Steam authentication flow.
8+
9+ ## ` 0.1.3 ` - 2018-11-26
10+
11+ ### Added
12+
813- Added Frames Per Second (FPS) and Unity heap usage as metrics sent by ` MetricSendSystem.cs ` .
914- Added a warning message to the top of schema files copied into the ` from_gdk_packages ` directory.
1015- Added an ` ISnapshottable<T> ` interface to all generated components. This allows you to convert a component to a snapshot.
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.buildsystem" ,
33 "displayName" : " SpatialOS GDK Build System" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "unity" : " 2018.2" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Build System Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" : " 0.1.2 "
9+ "com.improbable.gdk.core" : " 0.1.3 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.core" ,
33 "displayName" : " SpatialOS GDK Core" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "unity" : " 2018.2" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Core Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.tools" : " 0.1.2 " ,
9+ "com.improbable.gdk.tools" : " 0.1.3 " ,
1010 "com.unity.entities" : " 0.0.12-preview.18" ,
1111 "com.unity.incrementalcompiler" : " 0.0.42-preview.21"
1212 }
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.gameobjectcreation" ,
33 "displayName" : " SpatialOS GDK GameObject Creation" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "unity" : " 2018.2" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK GameObject Creation Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" :" 0.1.2 "
9+ "com.improbable.gdk.core" :" 0.1.3 "
1010 }
1111}
Original file line number Diff line number Diff line change 66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Mobile Support Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" :" 0.1.2 "
9+ "com.improbable.gdk.core" :" 0.1.3 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.playerlifecycle" ,
33 "displayName" : " SpatialOS GDK Player Lifecycle" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "unity" : " 2018.2" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Player Lifecycle Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" :" 0.1.2 " ,
10- "com.improbable.gdk.tools" :" 0.1.2 "
9+ "com.improbable.gdk.core" :" 0.1.3 " ,
10+ "com.improbable.gdk.tools" :" 0.1.3 "
1111 }
1212}
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.testutils" ,
33 "displayName" : " SpatialOS GDK Test Utils" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "unity" : " 2018.2" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Test Utils. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" : " 0.1.2 "
9+ "com.improbable.gdk.core" : " 0.1.3 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.tools" ,
33 "displayName" : " SpatialOS GDK Tools" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "unity" : " 2018.2" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Support Tools. Made by Improbable." ,
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.transformsynchronization" ,
33 "displayName" : " SpatialOS GDK Transform Synchronization" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "unity" : " 2018.2" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Transform Synchronization Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" :" 0.1.2 "
9+ "com.improbable.gdk.core" :" 0.1.3 "
1010 }
1111}
You can’t perform that action at this time.
0 commit comments