Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
VRChat Client Simulator 1.2.2をインストール
Browse files Browse the repository at this point in the history
  • Loading branch information
esperecyan committed Oct 10, 2022
1 parent c768708 commit 11eabb6
Show file tree
Hide file tree
Showing 5 changed files with 1,138 additions and 37 deletions.
18 changes: 18 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.uielements": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.5",
"depth": 1,
Expand Down Expand Up @@ -199,6 +208,15 @@
"com.unity.nuget.newtonsoft-json": "2.0.2"
}
},
"com.vrchat.clientsim": {
"version": "file:com.vrchat.clientsim",
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.xr.oculus.standalone": "2.38.4",
"com.unity.inputsystem": "1.2.0"
}
},
"com.vrchat.core.vpm-resolver": {
"version": "file:com.vrchat.core.vpm-resolver",
"depth": 0,
Expand Down
9 changes: 9 additions & 0 deletions Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
"com.vrchat.udonsharp": {
"version": "1.1.1"
},
"com.vrchat.clientsim": {
"version": "1.2.2"
}
},
"locked": {
Expand All @@ -31,6 +34,12 @@
"dependencies": {
"com.vrchat.worlds": "3.1.x"
}
},
"com.vrchat.clientsim": {
"version": "1.2.2",
"dependencies": {
"com.vrchat.worlds": "3.1.x"
}
}
}
}
4 changes: 2 additions & 2 deletions ProjectSettings/AudioManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ AudioManager:
m_VirtualVoiceCount: 32
m_RealVoiceCount: 24
m_EnableOutputSuspension: 1
m_SpatializerPlugin:
m_AmbisonicDecoderPlugin:
m_SpatializerPlugin: OculusSpatializer
m_AmbisonicDecoderPlugin: OculusSpatializer
m_DisableAudio: 0
m_VirtualizeEffects: 1
m_RequestedDSPBufferSize: 0
Loading

0 comments on commit 11eabb6

Please sign in to comment.