Skip to content

Instantly share code, notes, and snippets.

@ozten
Created January 16, 2025 16:56
Show Gist options
  • Save ozten/c42b5d85747f4e6c0f0aae3fa6536939 to your computer and use it in GitHub Desktop.
Save ozten/c42b5d85747f4e6c0f0aae3fa6536939 to your computer and use it in GitHub Desktop.
diff --git a/Assets/DefaultVolumeProfile.asset b/Assets/DefaultVolumeProfile.asset
index 50cea1f..2dc4156 100644
--- a/Assets/DefaultVolumeProfile.asset
+++ b/Assets/DefaultVolumeProfile.asset
@@ -660,6 +660,9 @@ MonoBehaviour:
skyOcclusionIntensityMultiplier:
m_OverrideState: 1
m_Value: 1
+ worldOffset:
+ m_OverrideState: 1
+ m_Value: {x: 0, y: 0, z: 0}
--- !u!114 &3598312518371328039
MonoBehaviour:
m_ObjectHideFlags: 3
diff --git a/Assets/Settings/Project Configuration/UniversalRenderPipelineGlobalSettings.asset b/Assets/Settings/Project Configuration/UniversalRenderPipelineGlobalSettings.asset
index d0f0042..6309371 100644
--- a/Assets/Settings/Project Configuration/UniversalRenderPipelineGlobalSettings.asset
+++ b/Assets/Settings/Project Configuration/UniversalRenderPipelineGlobalSettings.asset
@@ -56,7 +56,17 @@ MonoBehaviour:
- rid: 1876391467148115988
- rid: 424916522647945216
m_RuntimeSettings:
- m_List: []
+ m_List:
+ - rid: 1876391467148115968
+ - rid: 1876391467148115969
+ - rid: 1876391467148115970
+ - rid: 1876391467148115972
+ - rid: 1876391467148115973
+ - rid: 1876391467148115976
+ - rid: 1876391467148115978
+ - rid: 1876391467148115986
+ - rid: 1876391467148115987
+ - rid: 1876391467148115988
m_AssetVersion: 8
m_ObsoleteDefaultVolumeProfile: {fileID: 0}
m_RenderingLayerNames:
diff --git a/Packages/manifest.json b/Packages/manifest.json
index 15f2980..8aa5bc6 100644
--- a/Packages/manifest.json
+++ b/Packages/manifest.json
@@ -1,6 +1,5 @@
{
"dependencies": {
- "com.unity.collab-proxy": "2.6.0",
"com.unity.feature.development": "1.0.2",
"com.unity.inputsystem": "1.11.2",
"com.unity.learn.iet-framework": "4.0.3",
diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json
index 8b4736a..680b4b4 100644
--- a/Packages/packages-lock.json
+++ b/Packages/packages-lock.json
@@ -10,13 +10,6 @@
},
"url": "https://packages.unity.com"
},
- "com.unity.collab-proxy": {
- "version": "2.6.0",
- "depth": 0,
- "source": "registry",
- "dependencies": {},
- "url": "https://packages.unity.com"
- },
"com.unity.collections": {
"version": "2.5.1",
"depth": 2,
diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset
index 6d2a217..6815e58 100644
--- a/ProjectSettings/EditorBuildSettings.asset
+++ b/ProjectSettings/EditorBuildSettings.asset
@@ -6,8 +6,8 @@ EditorBuildSettings:
serializedVersion: 2
m_Scenes:
- enabled: 1
- path: Assets/Scenes/SampleScene.unity
- guid: 55daccc09a3b69647bbab145b54a3ab3
+ path: Assets/_PF/_Scenes/Prototyping/119Zen_NoFeederGateNoUpperDeck_LongerLane.unity
+ guid: fe2843a460ab4eb45b2888c0ae3d3b5e
m_configObjects:
Unity.XR.Oculus.Settings: {fileID: 11400000, guid: bfa1182bd221b4ca89619141f66f1260, type: 2}
Unity.XR.WindowsMR.Settings: {fileID: 11400000, guid: dc5a169419fa04987b057f65238cf3ba, type: 2}
@@ -16,3 +16,4 @@ EditorBuildSettings:
com.unity.input.settings.actions: {fileID: -944628639613478452, guid: 985fdffee33a5944396199c6b7145dd4, type: 3}
com.unity.xr.management.loader_settings: {fileID: 11400000, guid: 1a4c68ca72a83449f938d669337cb305, type: 2}
com.unity.xr.openxr.settings4: {fileID: 11400000, guid: a9a6963505ddf7f4d886008c6dc86122, type: 2}
+ m_UseUCBPForAssetBundles: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment