This repository was archived by the owner on Oct 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +106
-103
lines changed
com.improbable.gdk.deploymentlauncher
com.improbable.gdk.health
com.improbable.gdk.movement
com.improbable.gdk.objectpooling
com.improbable.gdk.ragdolls
com.improbable.gdk.standardtypes Expand file tree Collapse file tree 10 files changed +106
-103
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## ` 0.2.1 ` - 2019-04-15
6+
57### Changed
68
79- Updated the ` ConnectionController ` and ` ClientWorkerConnector ` to make full use of the updated Player Lifecycle Feature Module.
810- Reactive Components are no longer used. They have been disabled by adding the ` DISABLE_REACTIVE_COMPONENTS ` define symbol.
11+ - Updated to Unity version ` 2018.3.11 ` .
12+ - Updated to use the GDK for Unity version ` 0.2.1 ` .
913
1014### Internal
1115
Original file line number Diff line number Diff line change 1- 9ffeb3a183dcfe5407172d82eac79fdd7ec1b5e3
1+ 8ba0b572c70aa580baf6429be27f54ed06fc3417
Original file line number Diff line number Diff line change 11{
2- "package_name" : " gdk-for-unity-fps-starter-project" ,
3- "version" : " 0.2.0 " ,
4- "git_packages" : [
5- {
6- "clone_url" :
" [email protected] :spatialos/gdk-for-unity-fps-starter-project.git" ,
7- "clone_dir" : " gdk-for-unity-fps-starter-project" ,
8- "exclude_paths" : [
9- " .git" ,
10- " .github" ,
11- " ci" ,
12- " scripts"
13- ]
14- },
15- {
16- "clone_url" :
" [email protected] :spatialos/gdk-for-unity.git" ,
17- "clone_dir" : " gdk-for-unity" ,
18- "exclude_paths" : [
19- " .git" ,
20- " .github" ,
21- " ci" ,
22- " scripts" ,
23- " test-project"
24- ]
25- }
26- ]
27- }
2+ "package_name" : " gdk-for-unity-fps-starter-project" ,
3+ "version" : " 0.2.1 " ,
4+ "git_packages" : [
5+ {
6+ "clone_url" :
" [email protected] :spatialos/gdk-for-unity-fps-starter-project.git" ,
7+ "clone_dir" : " gdk-for-unity-fps-starter-project" ,
8+ "exclude_paths" : [
9+ " .git" ,
10+ " .github" ,
11+ " ci" ,
12+ " scripts"
13+ ]
14+ },
15+ {
16+ "clone_url" :
" [email protected] :spatialos/gdk-for-unity.git" ,
17+ "clone_dir" : " gdk-for-unity" ,
18+ "exclude_paths" : [
19+ " .git" ,
20+ " .github" ,
21+ " ci" ,
22+ " scripts" ,
23+ " test-project"
24+ ]
25+ }
26+ ]
27+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " com.improbable.gdk.deploymentlauncher" ,
3- "displayName" : " SpatialOS GDK Deployment Launcher" ,
4- "version" : " 0.2.0 " ,
5- "unity" : " 2018.3" ,
6- "author" : " Improbable Worlds Ltd" ,
7- "description" : " SpatialOS GDK Deployment Launcher. Made by Improbable." ,
8- "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.0 " ,
10- "com.improbable.gdk.tools" : " 0.2.0 "
11- }
12- }
2+ "name" : " com.improbable.gdk.deploymentlauncher" ,
3+ "displayName" : " SpatialOS GDK Deployment Launcher" ,
4+ "version" : " 0.2.1 " ,
5+ "unity" : " 2018.3" ,
6+ "author" : " Improbable Worlds Ltd" ,
7+ "description" : " SpatialOS GDK Deployment Launcher. Made by Improbable." ,
8+ "dependencies" : {
9+ "com.improbable.gdk.core" : " 0.2.1 " ,
10+ "com.improbable.gdk.tools" : " 0.2.1 "
11+ }
12+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " com.improbable.gdk.guns" ,
3- "displayName" : " SpatialOS GDK Guns" ,
4- "version" : " 0.2.0 " ,
5- "unity" : " 2018.3" ,
6- "author" : " Improbable Worlds Ltd" ,
7- "description" : " SpatialOS GDK Guns Module. Made by Improbable." ,
8- "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.0 " ,
10- "com.improbable.gdk.standardtypes" : " 0.2.0 " ,
11- "com.improbable.gdk.objectpooling" : " 0.2.0 "
12- }
13- }
2+ "name" : " com.improbable.gdk.guns" ,
3+ "displayName" : " SpatialOS GDK Guns" ,
4+ "version" : " 0.2.1 " ,
5+ "unity" : " 2018.3" ,
6+ "author" : " Improbable Worlds Ltd" ,
7+ "description" : " SpatialOS GDK Guns Module. Made by Improbable." ,
8+ "dependencies" : {
9+ "com.improbable.gdk.core" : " 0.2.1 " ,
10+ "com.improbable.gdk.standardtypes" : " 0.2.1 " ,
11+ "com.improbable.gdk.objectpooling" : " 0.2.1 "
12+ }
13+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " com.improbable.gdk.health" ,
3- "displayName" : " SpatialOS GDK Health" ,
4- "version" : " 0.2.0 " ,
5- "unity" : " 2018.3" ,
6- "author" : " Improbable Worlds Ltd" ,
7- "description" : " SpatialOS GDK Health Module. Made by Improbable." ,
8- "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.0 "
10- }
11- }
2+ "name" : " com.improbable.gdk.health" ,
3+ "displayName" : " SpatialOS GDK Health" ,
4+ "version" : " 0.2.1 " ,
5+ "unity" : " 2018.3" ,
6+ "author" : " Improbable Worlds Ltd" ,
7+ "description" : " SpatialOS GDK Health Module. Made by Improbable." ,
8+ "dependencies" : {
9+ "com.improbable.gdk.core" : " 0.2.1 "
10+ }
11+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " com.improbable.gdk.movement" ,
3- "displayName" : " SpatialOS GDK Movement" ,
4- "version" : " 0.2.0 " ,
5- "unity" : " 2018.3" ,
6- "author" : " Improbable Worlds Ltd" ,
7- "description" : " SpatialOS GDK Movement Module. Made by Improbable." ,
8- "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.0 " ,
10- "com.improbable.gdk.standardtypes" : " 0.2.0 "
11- }
12- }
2+ "name" : " com.improbable.gdk.movement" ,
3+ "displayName" : " SpatialOS GDK Movement" ,
4+ "version" : " 0.2.1 " ,
5+ "unity" : " 2018.3" ,
6+ "author" : " Improbable Worlds Ltd" ,
7+ "description" : " SpatialOS GDK Movement Module. Made by Improbable." ,
8+ "dependencies" : {
9+ "com.improbable.gdk.core" : " 0.2.1 " ,
10+ "com.improbable.gdk.standardtypes" : " 0.2.1 "
11+ }
12+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " com.improbable.gdk.objectpooling" ,
3- "displayName" : " SpatialOS GDK Object Pooling" ,
4- "version" : " 0.2.0" ,
5- "unity" : " 2018.3" ,
6- "author" : " Improbable Worlds Ltd" ,
7- "description" : " SpatialOS GDK Object Pooling Module. Made by Improbable." ,
8- "dependencies" : {
9- }
10- }
2+ "name" : " com.improbable.gdk.objectpooling" ,
3+ "displayName" : " SpatialOS GDK Object Pooling" ,
4+ "version" : " 0.2.1" ,
5+ "unity" : " 2018.3" ,
6+ "author" : " Improbable Worlds Ltd" ,
7+ "description" : " SpatialOS GDK Object Pooling Module. Made by Improbable." ,
8+ "dependencies" : {}
9+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " com.improbable.gdk.ragdolls" ,
3- "displayName" : " SpatialOS GDK Ragdolls" ,
4- "version" : " 0.2.0 " ,
5- "unity" : " 2018.3" ,
6- "author" : " Improbable Worlds Ltd" ,
7- "description" : " SpatialOS GDK Ragdolls Module. Made by Improbable." ,
8- "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.0 " ,
10- "com.improbable.gdk.health" : " 0.2.0 " ,
11- "com.improbable.gdk.objectpooling" : " 0.2.0 " ,
12- "com.improbable.gdk.standardtypes" : " 0.2.0 "
13- }
14- }
2+ "name" : " com.improbable.gdk.ragdolls" ,
3+ "displayName" : " SpatialOS GDK Ragdolls" ,
4+ "version" : " 0.2.1 " ,
5+ "unity" : " 2018.3" ,
6+ "author" : " Improbable Worlds Ltd" ,
7+ "description" : " SpatialOS GDK Ragdolls Module. Made by Improbable." ,
8+ "dependencies" : {
9+ "com.improbable.gdk.core" : " 0.2.1 " ,
10+ "com.improbable.gdk.health" : " 0.2.1 " ,
11+ "com.improbable.gdk.objectpooling" : " 0.2.1 " ,
12+ "com.improbable.gdk.standardtypes" : " 0.2.1 "
13+ }
14+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " com.improbable.gdk.standardtypes" ,
3- "displayName" : " SpatialOS GDK Standard Types" ,
4- "version" : " 0.2.0 " ,
5- "unity" : " 2018.3" ,
6- "author" : " Improbable Worlds Ltd" ,
7- "description" : " SpatialOS GDK Standard Types Module. Made by Improbable." ,
8- "dependencies" : {
9- "com.improbable.gdk.core" : " 0.2.0 "
10- }
11- }
2+ "name" : " com.improbable.gdk.standardtypes" ,
3+ "displayName" : " SpatialOS GDK Standard Types" ,
4+ "version" : " 0.2.1 " ,
5+ "unity" : " 2018.3" ,
6+ "author" : " Improbable Worlds Ltd" ,
7+ "description" : " SpatialOS GDK Standard Types Module. Made by Improbable." ,
8+ "dependencies" : {
9+ "com.improbable.gdk.core" : " 0.2.1 "
10+ }
11+ }
You can’t perform that action at this time.
0 commit comments