Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
0.2.0 release pre-validation (#139)
Browse files Browse the repository at this point in the history
* Completed all pre-validation steps

* Update Changelog
  • Loading branch information
zeroZshadow authored Mar 19, 2019
1 parent 3ef63b1 commit b788b82
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 28 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## `0.2.0` - 2019-03-19

### Added

- Tweaked the Deployment Launcher window:
Expand Down Expand Up @@ -29,7 +31,7 @@

### Fixed

-Fixed a bug where the `SimulatedPlayerCoordinatorWorkerConnector` would throw errors, if you stopped the application while it was spawning more simulated players.
- Fixed a bug where the `SimulatedPlayerCoordinatorWorkerConnector` would throw errors, if you stopped the application while it was spawning more simulated players.

## `0.1.5` - 2019-02-21

Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9931f4eea245f1db662cd1551d9959d4cd75c0ed
bf7978a2dacfe9b95892d05d39c0b5cff348e707
4 changes: 2 additions & 2 deletions packer.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "gdk-for-unity-fps-starter-project",
"version": "0.1.5",
"version": "0.2.0",
"git_packages": [
{
"clone_url": "git@github.com:spatialos/gdk-for-unity-fps-starter-project.git",
Expand All @@ -24,4 +24,4 @@
]
}
]
}
}
4 changes: 2 additions & 2 deletions spatialos.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "unity_gdk",
"project_version": "0.0.1",
"sdk_version": "13.5.1-gdk-for-unity",
"sdk_version": "13.6.2-gdk-for-unity",
"dependencies": [
{"name": "standard_library", "version": "13.5.1-gdk-for-unity"}
{"name": "standard_library", "version": "13.6.2-gdk-for-unity"}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 7a34fa72bd4185749832024e9c8010bf, type: 3}
m_Name: ScreenSpaceReflections
m_EditorClassIdentifier:
active: 1
active: 0
enabled:
overrideState: 1
value: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Text.RegularExpressions;
using Improbable.Gdk.Core;
using UnityEngine;

#if UNITY_IOS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.improbable.gdk.deploymentlauncher",
"displayName": "SpatialOS GDK Deployment Launcher",
"version": "0.1.5",
"version": "0.2.0",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.5",
"com.improbable.gdk.tools": "0.1.5"
"com.improbable.gdk.core": "0.2.0",
"com.improbable.gdk.tools": "0.2.0"
}
}
8 changes: 4 additions & 4 deletions workers/unity/Packages/com.improbable.gdk.guns/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.improbable.gdk.guns",
"displayName": "SpatialOS GDK Guns",
"version": "0.1.5",
"version": "0.2.0",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Guns Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.5",
"com.improbable.gdk.standardtypes": "0.1.5",
"com.improbable.gdk.objectpooling": "0.1.5"
"com.improbable.gdk.core": "0.2.0",
"com.improbable.gdk.standardtypes": "0.2.0",
"com.improbable.gdk.objectpooling": "0.2.0"
}
}
4 changes: 2 additions & 2 deletions workers/unity/Packages/com.improbable.gdk.health/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.health",
"displayName": "SpatialOS GDK Health",
"version": "0.1.5",
"version": "0.2.0",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Health Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.5"
"com.improbable.gdk.core": "0.2.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.improbable.gdk.movement",
"displayName": "SpatialOS GDK Movement",
"version": "0.1.5",
"version": "0.2.0",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Movement Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.5",
"com.improbable.gdk.standardtypes": "0.1.5"
"com.improbable.gdk.core": "0.2.0",
"com.improbable.gdk.standardtypes": "0.2.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.improbable.gdk.objectpooling",
"displayName": "SpatialOS GDK Object Pooling",
"version": "0.1.5",
"version": "0.2.0",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Object Pooling Module. Made by Improbable.",
Expand Down
10 changes: 5 additions & 5 deletions workers/unity/Packages/com.improbable.gdk.ragdolls/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "com.improbable.gdk.ragdolls",
"displayName": "SpatialOS GDK Ragdolls",
"version": "0.1.5",
"version": "0.2.0",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Ragdolls Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.5",
"com.improbable.gdk.health": "0.1.5",
"com.improbable.gdk.objectpooling": "0.1.5",
"com.improbable.gdk.standardtypes": "0.1.5"
"com.improbable.gdk.core": "0.2.0",
"com.improbable.gdk.health": "0.2.0",
"com.improbable.gdk.objectpooling": "0.2.0",
"com.improbable.gdk.standardtypes": "0.2.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.improbable.gdk.standardtypes",
"displayName": "SpatialOS GDK Standard Types",
"version": "0.1.5",
"version": "0.2.0",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Standard Types Module. Made by Improbable.",
Expand Down
3 changes: 1 addition & 2 deletions workers/unity/ProjectSettings/GraphicsSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ GraphicsSettings:
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 4800000, guid: 1d9df02b32f55154095347f533b2dfea, type: 3}
- {fileID: 16002, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: []
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
type: 0}
Expand Down Expand Up @@ -87,7 +86,7 @@ GraphicsSettings:
m_Tier: 2
m_Settings:
standardShaderQuality: 2
renderingPath: 3
renderingPath: 1
hdrMode: 1
realtimeGICPUUsage: 50
useReflectionProbeBoxProjection: 1
Expand Down

0 comments on commit b788b82

Please sign in to comment.