Skip to content

Commit 46061d2

Browse files
authored
Fix SDK version requirement
This has been tested to work against Unity 2019 so make 3.4.2 the minimum
1 parent db7197f commit 46061d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Packages/blueamulet.udonsharpoptimizer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "UdonSharp postprocessor to reduce instruction and variable counts",
66
"gitDependencies": {},
77
"vpmDependencies": {
8-
"com.vrchat.worlds": "3.7.0"
8+
"com.vrchat.worlds": "^3.4.2"
99
},
1010
"author": {
1111
"name": "BlueAmulet"
1212
},
1313
"legacyFolders": {},
1414
"legacyFiles": {}
15-
}
15+
}

0 commit comments

Comments
 (0)