This repository was archived by the owner on Oct 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
workers/unity/Assets/Generated Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ if [ "$SKIP_GDK" = false ] ; then
76
76
git fetch --depth 20 origin " ${PINNED_BRANCH} "
77
77
git checkout " ${PINNED_VERSION} "
78
78
echo " --- Hit init :right-facing_fist::red_button:"
79
- ./init.sh
79
+ ./init.sh $@
80
80
popd
81
81
fi
82
82
Original file line number Diff line number Diff line change 1
- develop 3a2a296551553f7d4a5e91a03ad3d4a8481edff5
1
+ develop 2b4d3a928bf5bc68904cc1e919a4c2f9e6a860c4
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ set -e -u -x -o pipefail
3
3
4
4
cd " $( dirname " $0 " ) "
5
5
6
- ./ci/bootstrap.sh
6
+ ./ci/bootstrap.sh $@
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "Improbable.Gdk.Generated",
3
- "references": [
3
+ "references": [
4
4
"Improbable.Gdk.Core",
5
5
"Unity.Collections",
6
6
"Unity.Entities",
9
9
],
10
10
"includePlatforms": [],
11
11
"excludePlatforms": [],
12
- "allowUnsafeCode": false
12
+ "allowUnsafeCode": true,
13
+ "overrideReferences": false,
14
+ "precompiledReferences": [],
15
+ "autoReferenced": true,
16
+ "defineConstraints": [],
17
+ "versionDefines": []
13
18
}
You can’t perform that action at this time.
0 commit comments