This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +24
-24
lines changed
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 Expand file tree Collapse file tree 13 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## ` 0.2.4 ` - 2019-06-28
44
55### Breaking Changes
66
Original file line number Diff line number Diff line change 11# Upgrade Guide
22
3- ## From ` 0.2.3 ` to ` Unreleased `
3+ ## From ` 0.2.3 ` to ` 0.2.4 `
44
55### General changes
66
Original file line number Diff line number Diff line change 11{
22 "package_name" : " gdk-for-unity" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "git_packages" : [
55 {
66 "clone_url" :
" [email protected] :spatialos/gdk-for-unity.git" ,
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.2.3 " ,
4+ "version" : " 0.2.4 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Build System Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.3 "
9+ "com.improbable.gdk.core" : " 0.2.4 "
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.2.3 " ,
4+ "version" : " 0.2.4 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Core Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.tools" : " 0.2.3 " ,
10- "com.improbable.gdk.testutils" : " 0.2.3 " ,
9+ "com.improbable.gdk.tools" : " 0.2.4 " ,
10+ "com.improbable.gdk.testutils" : " 0.2.4 " ,
1111 "com.unity.entities" : " 0.0.12-preview.33"
1212 }
1313}
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.deploymentlauncher" ,
33 "displayName" : " SpatialOS GDK Deployment Launcher" ,
4- "version" : " 0.2.3 " ,
4+ "version" : " 0.2.4 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Deployment Launcher. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.3 " ,
10- "com.improbable.gdk.tools" : " 0.2.3 "
9+ "com.improbable.gdk.core" : " 0.2.4 " ,
10+ "com.improbable.gdk.tools" : " 0.2.4 "
1111 }
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.2.2 " ,
4+ "version" : " 0.2.4 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK GameObject Creation Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.3 "
9+ "com.improbable.gdk.core" : " 0.2.4 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.mobile" ,
33 "displayName" : " SpatialOS GDK Mobile Support" ,
4- "version" : " 0.0.7 " ,
4+ "version" : " 0.0.8 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Mobile Support Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.3 "
9+ "com.improbable.gdk.core" : " 0.2.4 "
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.2.3 " ,
4+ "version" : " 0.2.4 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Player Lifecycle Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.3 "
9+ "com.improbable.gdk.core" : " 0.2.4 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " com.improbable.gdk.querybasedinteresthelper" ,
33 "displayName" : " SpatialOS GDK Query-based Interest Helper" ,
4- "version" : " 0.2.3 " ,
4+ "version" : " 0.2.4 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Query-based Interest Helper Module. Made by Improbable." ,
88 "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.3 "
9+ "com.improbable.gdk.core" : " 0.2.4 "
1010 }
1111}
You can’t perform that action at this time.
0 commit comments