3 Commits

Author SHA1 Message Date
raccoon
128a228f6d Added Worlds settings and package 2025-10-27 19:43:03 +05:00
raccoon
7bfc4a8cfc Added .renderTexture and .wlt file types 2025-10-27 19:42:17 +05:00
raccoon
d87cca6007 Revert "Updated .gitignore again"
This reverts commit 7ca0e2faa4.
2025-10-27 19:17:07 +05:00
6 changed files with 1113 additions and 6 deletions

3
.gitignore vendored
View File

@@ -29,7 +29,8 @@
.vs/
# Visual Studio Code trash
.vscode/
/.vscode/*
!/.vscode/settings.json
# Gradle cache directory
.gradle/

View File

@@ -10,7 +10,9 @@
"*.mat": "yaml",
"*.meta": "yaml",
"*.prefab": "yaml",
"*.unity": "yaml"
"*.renderTexture": "yaml",
"*.unity": "yaml",
"*.wlt": "yaml",
},
"yaml.customTags": [
"tag:unity3d.com,2011:0 mapping", // object

View File

@@ -1,5 +1,8 @@
{
"dependencies": {
"com.vrchat.worlds": {
"version": "3.x"
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.x"
}

View File

@@ -13,8 +13,8 @@ AudioManager:
m_VirtualVoiceCount: 64
m_RealVoiceCount: 32
m_EnableOutputSuspension: 1
m_SpatializerPlugin:
m_AmbisonicDecoderPlugin:
m_SpatializerPlugin: OculusSpatializer
m_AmbisonicDecoderPlugin: OculusSpatializer
m_DisableAudio: 0
m_VirtualizeEffects: 1
m_RequestedDSPBufferSize: 0

File diff suppressed because it is too large Load Diff

View File

@@ -618,7 +618,20 @@ PlayerSettings:
webGLLinkerTarget: 1
webGLThreadsSupport: 0
webGLWasmStreaming: 0
scriptingDefineSymbols: {}
scriptingDefineSymbols:
1: UNITY_POST_PROCESSING_STACK_V2;UDON;VRC_SDK_VRCSDK3;UDONSHARP
7: UNITY_POST_PROCESSING_STACK_V2
13: UNITY_POST_PROCESSING_STACK_V2
14: UNITY_POST_PROCESSING_STACK_V2
19: UNITY_POST_PROCESSING_STACK_V2
21: UNITY_POST_PROCESSING_STACK_V2
25: UNITY_POST_PROCESSING_STACK_V2
27: UNITY_POST_PROCESSING_STACK_V2
28: UNITY_POST_PROCESSING_STACK_V2
29: UNITY_POST_PROCESSING_STACK_V2
30: UNITY_POST_PROCESSING_STACK_V2
32: UNITY_POST_PROCESSING_STACK_V2
33: UNITY_POST_PROCESSING_STACK_V2
platformArchitecture: {}
scriptingBackend: {}
il2cppCompilerConfiguration: {}