Added LightVolumes package

This commit is contained in:
raccoon
2025-08-27 00:41:37 +05:00
parent fa4b1a0ef8
commit f020c475b7
3 changed files with 16 additions and 1 deletions

View File

@@ -237,6 +237,14 @@
"com.unity.ai.navigation": "1.1.5"
}
},
"red.sim.lightvolumes": {
"version": "file:red.sim.lightvolumes",
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0"
}
},
"com.unity.modules.ai": {
"version": "1.0.0",
"depth": 0,

View File

@@ -5,6 +5,9 @@
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.29"
},
"red.sim.lightvolumes": {
"version": "2.0.1"
}
},
"locked": {
@@ -21,6 +24,10 @@
"com.vrchat.core.vpm-resolver": {
"version": "0.1.29",
"dependencies": {}
},
"red.sim.lightvolumes": {
"version": "2.0.1",
"dependencies": {}
}
}
}

View File

@@ -733,7 +733,7 @@ PlayerSettings:
PS5: UNITY_POST_PROCESSING_STACK_V2
QNX: UNITY_POST_PROCESSING_STACK_V2
Stadia: UNITY_POST_PROCESSING_STACK_V2
Standalone: UNITY_POST_PROCESSING_STACK_V2;UDON;VRC_SDK_VRCSDK3;UDONSHARP;VRC_ENABLE_PLAYER_PERSISTENCE
Standalone: UNITY_POST_PROCESSING_STACK_V2;UDON;VRC_SDK_VRCSDK3;UDONSHARP;VRC_ENABLE_PLAYER_PERSISTENCE;VRC_LIGHT_VOLUMES
VisionOS: UNITY_POST_PROCESSING_STACK_V2
WebGL: UNITY_POST_PROCESSING_STACK_V2
Windows Store Apps: UNITY_POST_PROCESSING_STACK_V2