Skip to content

Commit b7184f4

Browse files
committed
unity: Set target to Unity 6.
1 parent ca0c2f0 commit b7184f4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
"Unity",
88
"Mission Pinball Framework"
99
],
10-
"unity": "2021.3",
11-
"unityRelease": "0f1",
10+
"unity": "6000.0",
11+
"unityRelease": "37f1",
1212
"dependencies": {
1313
"org.visualpinball.engine.unity": "0.0.1-preview.119"
1414
},
1515
"author": "freezy <[email protected]>",
1616
"contributors": [
17-
"jsm174 <[email protected]>"
17+
"jsm174 <[email protected]>",
18+
"Arthur Kehrwald"
1819
],
1920
"documentationUrl": "https://docs.visualpinball.org/plugins/mpf/",
2021
"changelogUrl": "https://docs.visualpinball.org/CHANGELOG.html",
@@ -26,4 +27,4 @@
2627
"publishConfig": {
2728
"registry": "https://registry.visualpinball.org"
2829
}
29-
}
30+
}

0 commit comments

Comments
 (0)