Skip to content

Commit ff23268

Browse files
committed
Update for 2022.1.0f1, should fix #9
1 parent 0fbe2fb commit ff23268

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "com.nebukam.orca",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"displayName": "N:ORCA",
55
"description": "Optimal Reciprocal Collision Avoidance",
6-
"unity": "2019.4",
7-
"unityRelease": "17f1",
6+
"unity": "2022.1",
7+
"unityRelease": "0f1",
88
"documentationUrl":"https://github.com/Nebukam/com.nebukam.orca/wiki",
99
"keywords": [
1010
"ORCA",
@@ -21,14 +21,14 @@
2121
"url": "https://github.com/Nebukam/com.nebukam.orca.git"
2222
},
2323
"dependencies": {
24-
"com.unity.burst": "1.4.3",
24+
"com.unity.burst": "1.7.4",
2525
"com.unity.collections": "1.3.1",
26-
"com.unity.jobs": "0.51.0-preview.32",
26+
"com.unity.jobs": "0.70.0-preview.7",
2727
"com.unity.mathematics": "1.2.1"
2828
},
2929
"gitDependencies": {
30-
"com.nebukam.common": "https://github.com/Nebukam/com.nebukam.common.git#0.1.5",
31-
"com.nebukam.job-assist": "https://github.com/Nebukam/com.nebukam.job-assist.git#1.1.4"
30+
"com.nebukam.common": "https://github.com/Nebukam/com.nebukam.common.git#0.1.6",
31+
"com.nebukam.job-assist": "https://github.com/Nebukam/com.nebukam.job-assist.git#1.1.5"
3232
},
3333
"samples": [
3434
{

0 commit comments

Comments
 (0)