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
7676 git fetch --depth 20 origin " ${PINNED_BRANCH} "
7777 git checkout " ${PINNED_VERSION} "
7878 echo " --- Hit init :right-facing_fist::red_button:"
79- ./init.sh
79+ ./init.sh $@
8080 popd
8181fi
8282
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
33
44cd " $( dirname " $0 " ) "
55
6- ./ci/bootstrap.sh
6+ ./ci/bootstrap.sh $@
Original file line number Diff line number Diff line change 11{
22 "name": "Improbable.Gdk.Generated",
3- "references": [
3+ "references": [
44 "Improbable.Gdk.Core",
55 "Unity.Collections",
66 "Unity.Entities",
99 ],
1010 "includePlatforms": [],
1111 "excludePlatforms": [],
12- "allowUnsafeCode": false
12+ "allowUnsafeCode": true,
13+ "overrideReferences": false,
14+ "precompiledReferences": [],
15+ "autoReferenced": true,
16+ "defineConstraints": [],
17+ "versionDefines": []
1318}
You can’t perform that action at this time.
0 commit comments