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

Commit 8b3db6f

Browse files
authored
Release 0.2.1 - Pre-Validation (#37)
1 parent b377b67 commit 8b3db6f

File tree

5 files changed

+63
-27
lines changed

5 files changed

+63
-27
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## Unreleased
44

5+
## `0.2.1` - 2019-04-15
6+
57
### Changed
68

9+
- Updated to Unity version `2018.3.11`.
10+
- Updated to GDK for Unity version `0.2.1`.
711
- Updated `CreatePlayerEntityTemplate` to work with latest player lifecycle Feature Module.
812

913
## `0.2.0` - 2019-03-19

cloud_launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@
3636
"all": {}
3737
}
3838
]
39+
},
40+
{
41+
"worker_type": "AndroidClient",
42+
"permissions": [
43+
{
44+
"all": {}
45+
}
46+
]
47+
},
48+
{
49+
"worker_type": "iOSClient",
50+
"permissions": [
51+
{
52+
"all": {}
53+
}
54+
]
3955
}
4056
]
4157
}

default_launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@
4545
"all": {}
4646
}
4747
]
48+
},
49+
{
50+
"worker_type": "AndroidClient",
51+
"permissions": [
52+
{
53+
"all": {}
54+
}
55+
]
56+
},
57+
{
58+
"worker_type": "iOSClient",
59+
"permissions": [
60+
{
61+
"all": {}
62+
}
63+
]
4864
}
4965
]
5066
}

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
67a3c1834dd24f87c30f7f4da5ec5bbb4d476708
1+
8ba0b572c70aa580baf6429be27f54ed06fc3417

packer.config.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"package_name": "gdk-for-unity-blank-project",
3-
"version": "0.2.0",
4-
"git_packages": [
5-
{
6-
"clone_url": "[email protected]:spatialos/gdk-for-unity-blank-project.git",
7-
"clone_dir": "gdk-for-unity-blank-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-blank-project",
3+
"version": "0.2.1",
4+
"git_packages": [
5+
{
6+
"clone_url": "[email protected]:spatialos/gdk-for-unity-blank-project.git",
7+
"clone_dir": "gdk-for-unity-blank-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+
}

0 commit comments

Comments
 (0)