vrchat-community / creator-companion

The Entry Point for Making Things in VRChat
https://vrchat.com/home/download
54 stars 371 forks source link

[BUG] We can install VRCSDK 3.4.2 to Unity 2022.3 projects #386

Open anatawa12 opened 7 months ago

anatawa12 commented 7 months ago

Describe the bug

We can install VRCSDK 3.4.2 to Unity 2022.3 projects

To Reproduce

  1. Create Unity 2022.3 project with Unity Hub or else
  2. Add the project to VCC
  3. Open Manage Project
  4. Click + button on the left of VRChat SDK Worlds or VRChat SDK Avatars

Expected behavior

I think it's expected to be fail to install VRChat SDK Worlds 3.4.2 since it does not support Unity 2022.3

Screenshots

image

Related Product

VCC (VRChat Creator Companion)

Product Version

2.2.0

OS

Windows 11

Additional context

VCC downgrades any packages if package have upper bound for dependencies so I think this can cause serious problem. If user install some tool depends on VRCSDK 3.4.x (or older), VCC will downgrade VRCSDK to 3.4.x or older with simple general warning (I assume).