Switched horseshoe to use LightSync script, which should be a bit more efficient than the default ObjectSync script.

This commit is contained in:
Jamie Greunbaum
2024-12-15 21:48:51 -05:00
parent 1dde3fe5d0
commit a7dd678090
25 changed files with 2820 additions and 32 deletions
+6
View File
@@ -1,5 +1,11 @@
{
"dependencies": {
"com.mmmaellon.lightsync": {
"version": "file:com.mmmaellon.lightsync",
"depth": 0,
"source": "embedded",
"dependencies": {}
},
"com.unity.ai.navigation": {
"version": "1.1.5",
"depth": 1,
+9
View File
@@ -11,6 +11,9 @@
},
"com.vrchat.worlds": {
"version": "3.7.5"
},
"com.mmmaellon.lightsync": {
"version": "1.5.0"
}
},
"locked": {
@@ -35,6 +38,12 @@
"com.vrchat.base": {
"version": "3.7.5",
"dependencies": {}
},
"com.mmmaellon.lightsync": {
"version": "1.5.0",
"dependencies": {
"com.vrchat.worlds": "^3.5.2"
}
}
}
}