Closed Happyrobot33 closed 1 year ago
Found the culprit, this isnt directly a VCC issue, but a UdonSharp issue
{
"name" : "com.vrchat.udonsharp",
"displayName" : "UdonSharp",
"version" : "1.1.7",
"unity" : "2019.4",
"description" : "A compiler for compiling C# to Udon assembly",
"author" : {
"name" : "VRChat",
"email" : "developer@vrchat.com",
"url" : "https://github.com/vrchat/packages"
},
"vpmDependencies" : {
"com.vrchat.worlds" : "3.1.x"
},
"samples" : [
{
"displayName" : "CustomInspectors",
"description" : "Custom Inspector Example",
"path" : "Samples~/CustomInspectors"
},
{
"displayName" : "Tutorials",
"description" : "Tutorials Example",
"path" : "Samples~/Tutorials"
}
],
"legacyFolders" : {
"Assets\\UdonSharp" : "b031f928e5c709b4887f6513084aaa51",
"Assets\\Gizmos\\UdonSharp" : "6e940dfc89ce4ca41b651e05bc21be6b"
}
}
Closing this issue since it isnt directly related to the VCC being at fault itself
Describe the bug Having a package that requires greater than 3.2.0 of the com.vrchat.worlds package does not actually bump the SDK package, but will still install itself, leading to a broken project since my package requires new features in 3.2.0
To Reproduce Steps to reproduce the behavior:
Expected behavior Packages should bump to 3.2.0. This used to work properly, so I don't know what is broke now
VCC Log
Screenshots Before Package Addition:
After Package Addition:
package.json
Desktop (please complete the following information):