This repository was archived by the owner on Oct 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +41
-39
lines changed
io.improbable.gdk.deploymentmanager
io.improbable.gdk.movement
io.improbable.gdk.objectpooling
io.improbable.gdk.ragdolls
io.improbable.gdk.standardtypes Expand file tree Collapse file tree 11 files changed +41
-39
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## ` 0.2.5 ` - 2019-07-18
6+
57### Changed
68
79- Changed manifest to use GDK Packages with NPM instead of sideloading.
10+ - Upgraded to GDK for Unity version ` 0.2.5 `
811
912### Internal
1013
Original file line number Diff line number Diff line change 1- 25fc8cc14bbaa92cfd28cf46a995b5e5f44528ed
1+ 6689e300c017860a845fe5463b8a06b7caa1492b
Original file line number Diff line number Diff line change 11{
22 "package_name" : " gdk-for-unity-fps-starter-project" ,
3- "version" : " 0.2.4 " ,
3+ "version" : " 0.2.5 " ,
44 "git_packages" : [
55 {
66 "clone_url" :
" [email protected] :spatialos/gdk-for-unity-fps-starter-project.git" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " io.improbable.gdk.deploymentmanager" ,
3- "displayName" : " SpatialOS GDK Deployment Manager" ,
4- "version" : " 0.2.4" ,
5- "unity" : " 2019.1" ,
6- "author" : " Improbable Worlds Ltd" ,
7- "description" : " SpatialOS GDK Deployment Manager." ,
8- "dependencies" : {
9- }
10- }
2+ "name" : " io.improbable.gdk.deploymentmanager" ,
3+ "displayName" : " SpatialOS GDK Deployment Manager" ,
4+ "version" : " 0.2.5" ,
5+ "unity" : " 2019.1" ,
6+ "author" : " Improbable Worlds Ltd" ,
7+ "description" : " SpatialOS GDK Deployment Manager." ,
8+ "dependencies" : {}
9+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.guns" ,
33 "displayName" : " SpatialOS GDK Guns" ,
4- "version" : " 0.2.4 " ,
4+ "version" : " 0.2.5 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Guns Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.2.4 " ,
10- "io.improbable.gdk.standardtypes" : " 0.2.4 " ,
11- "io.improbable.gdk.objectpooling" : " 0.2.4 "
9+ "io.improbable.gdk.core" : " 0.2.5 " ,
10+ "io.improbable.gdk.standardtypes" : " 0.2.5 " ,
11+ "io.improbable.gdk.objectpooling" : " 0.2.5 "
1212 }
1313}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.health" ,
33 "displayName" : " SpatialOS GDK Health" ,
4- "version" : " 0.2.4 " ,
4+ "version" : " 0.2.5 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Health Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.2.4 "
9+ "io.improbable.gdk.core" : " 0.2.5 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.movement" ,
33 "displayName" : " SpatialOS GDK Movement" ,
4- "version" : " 0.2.4 " ,
4+ "version" : " 0.2.5 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Movement Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.2.4 " ,
10- "io.improbable.gdk.standardtypes" : " 0.2.4 "
9+ "io.improbable.gdk.core" : " 0.2.5 " ,
10+ "io.improbable.gdk.standardtypes" : " 0.2.5 "
1111 }
1212}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.objectpooling" ,
33 "displayName" : " SpatialOS GDK Object Pooling" ,
4- "version" : " 0.2.4 " ,
4+ "version" : " 0.2.5 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Object Pooling Module." ,
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.ragdolls" ,
33 "displayName" : " SpatialOS GDK Ragdolls" ,
4- "version" : " 0.2.4 " ,
4+ "version" : " 0.2.5 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Ragdolls Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.2.4 " ,
10- "io.improbable.gdk.health" : " 0.2.4 " ,
11- "io.improbable.gdk.objectpooling" : " 0.2.4 " ,
12- "io.improbable.gdk.standardtypes" : " 0.2.4 "
9+ "io.improbable.gdk.core" : " 0.2.5 " ,
10+ "io.improbable.gdk.health" : " 0.2.5 " ,
11+ "io.improbable.gdk.objectpooling" : " 0.2.5 " ,
12+ "io.improbable.gdk.standardtypes" : " 0.2.5 "
1313 }
1414}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.standardtypes" ,
33 "displayName" : " SpatialOS GDK Standard Types" ,
4- "version" : " 0.2.4 " ,
4+ "version" : " 0.2.5 " ,
55 "unity" : " 2019.1" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Standard Types Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.2.4 "
9+ "io.improbable.gdk.core" : " 0.2.5 "
1010 }
1111}
You can’t perform that action at this time.
0 commit comments