Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from BluWizard10/packagejsonfixes
Browse files Browse the repository at this point in the history
Fixed missing "unity" declaration for latest VCC Versions. Future-proofing measures added.
  • Loading branch information
MMMaellon authored Jan 29, 2024
2 parents eafb893 + 3365d4d commit 8085768
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Packages/com.mmmaellon.smartobjectsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"displayName": "SmartObjectSync",
"version": "3.10.6",
"description": "A drop-in replacement for VRC_ObjectSync that allows for better syncing of objects in VRChat",
"unity": "2019.4",
"url": "https://github.com/MMMaellon/SmartObjectSync.git",
"dependencies": {},
"gitDependencies": {},
Expand All @@ -12,11 +13,13 @@
"url": "https://twitter.com/MMMaellon"
},
"vpmDependencies": {
"com.vrchat.worlds": "^3.2.1"
"com.vrchat.worlds": "^3.4.0"
},
"legacyFolders": {
"Assets\\MMMaellon\\SmartObjectSync": ""
},
"legacyFiles": {},
"legacyPackages": [],
"samples": [
{
"displayName": "SmartObjectSync Example Scene",
Expand Down

0 comments on commit 8085768

Please sign in to comment.