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

Commit be3546d

Browse files
author
Paul Balaji
authored
Integrate with new deployment launcher feature module (#44)
1 parent 61923f6 commit be3546d

File tree

8 files changed

+47
-4
lines changed

8 files changed

+47
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
## Unreleased
44

55
### Breaking Changes
6+
67
- Removed the `AndroidClientWorkerConnector` and `iOSClientWorkerConnector` and their specific scenes. You can now use the `MobileClientWorkerConnector` and its `MobileClientScene` to connect to a mobile device.
78
- Added the worker type `MobileClient` and removed the worker types `AndroidClient` and `iOSClient`.
89

10+
### Added
11+
12+
- Added integration with the deployment launcher feature module.
13+
914
## `0.2.1` - 2019-04-15
1015

1116
### Changed

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f88cb9df1dc7345fad505c692a33ebf1f5a5e1a1
1+
73bf2847fa915b8a927cd22b08562ae85cdd3143

spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "unity_gdk",
33
"project_version": "0.0.1",
4-
"sdk_version": "13.6.2-gdk-for-unity",
4+
"sdk_version": "13.7.1-gdk-for-unity",
55
"dependencies": [
6-
{"name": "standard_library", "version": "13.6.2-gdk-for-unity"}
6+
{"name": "standard_library", "version": "13.7.1-gdk-for-unity"}
77
]
88
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: b0c2130db3ddb1a438fa2942db976122, type: 3}
13+
m_Name: DeploymentLauncherConfig
14+
m_EditorClassIdentifier:
15+
AssemblyConfig:
16+
ProjectName: unity_gdk
17+
AssemblyName: blank_assembly
18+
ShouldForceUpload: 0
19+
DeploymentConfigs:
20+
- ProjectName: unity_gdk
21+
AssemblyName: blank_assembly
22+
Deployment:
23+
Name: blank_deployment
24+
SnapshotPath: snapshots/default.snapshot
25+
LaunchJson: cloud_launch.json
26+
Region: 1
27+
Tags: []
28+
SimulatedPlayerDeploymentConfigs: []

workers/unity/Assets/Config/DeploymentLauncherConfig.asset.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/Plugins.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"com.improbable.gdk.buildsystem": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.buildsystem",
44
"com.improbable.gdk.core": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.core",
5+
"com.improbable.gdk.deploymentlauncher": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.deploymentlauncher",
56
"com.improbable.gdk.gameobjectcreation": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.gameobjectcreation",
67
"com.improbable.gdk.mobile": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.mobile",
78
"com.improbable.gdk.playerlifecycle": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.playerlifecycle",

workers/unity/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ PlayerSettings:
238238
tvOSManualSigningProvisioningProfileType: 0
239239
appleEnableAutomaticSigning: 0
240240
iOSRequireARKit: 0
241+
iOSAutomaticallyDetectAndAddCapabilities: 1
241242
appleEnableProMotion: 0
242243
clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea
243244
templatePackageId: [email protected]

0 commit comments

Comments
 (0)