Switched horseshoe to use LightSync script, which should be a bit more efficient than the default ObjectSync script.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user