From 8b0b42b3da8c6d8a65cb004df6b6ce7bab2b29d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20Sch=C3=B6ner?= <tobias.stonehead@gmail.com>
Date: Thu, 5 May 2022 10:48:16 +0200
Subject: [PATCH] fix: moved Stage_default back to (0,0,0)

Stage_default was at (56.86267, -41.79994, -81.70441)
Changed transforms in prefab and applied changes in TreeWord and RiverWorld
---
 Assets/Resources/Prefabs/Stage_Default.prefab | 16 ++++++++--------
 Assets/Scenes/Worlds/RiverWorld.unity         |  8 ++++----
 Assets/Scenes/Worlds/TreeWorld.unity          |  8 ++++----
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/Assets/Resources/Prefabs/Stage_Default.prefab b/Assets/Resources/Prefabs/Stage_Default.prefab
index e2256abc..ba5b0d81 100644
--- a/Assets/Resources/Prefabs/Stage_Default.prefab
+++ b/Assets/Resources/Prefabs/Stage_Default.prefab
@@ -2506,7 +2506,7 @@ Transform:
   m_PrefabAsset: {fileID: 0}
   m_GameObject: {fileID: 3020720017683626809}
   m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
-  m_LocalPosition: {x: 56.86267, y: -41.79994, z: -81.704414}
+  m_LocalPosition: {x: 0, y: 0, z: 0}
   m_LocalScale: {x: 1, y: 1, z: 1}
   m_Children:
   - {fileID: 3020720018354060037}
@@ -2901,7 +2901,7 @@ Transform:
   m_PrefabAsset: {fileID: 0}
   m_GameObject: {fileID: 3273965976878555728}
   m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
-  m_LocalPosition: {x: 0.226, y: -0.158, z: 0.832}
+  m_LocalPosition: {x: 0, y: 0, z: 0}
   m_LocalScale: {x: 1, y: 1, z: 1}
   m_Children:
   - {fileID: 6770741779227478201}
@@ -8602,17 +8602,17 @@ PrefabInstance:
     - target: {fileID: 6753270535489224770, guid: 70debc1e3ad46f441b522025e854184d,
         type: 3}
       propertyPath: m_LocalPosition.x
-      value: -59.54267
+      value: -2.68
       objectReference: {fileID: 0}
     - target: {fileID: 6753270535489224770, guid: 70debc1e3ad46f441b522025e854184d,
         type: 3}
       propertyPath: m_LocalPosition.y
-      value: 42.79994
+      value: 1
       objectReference: {fileID: 0}
     - target: {fileID: 6753270535489224770, guid: 70debc1e3ad46f441b522025e854184d,
         type: 3}
       propertyPath: m_LocalPosition.z
-      value: 83.59441
+      value: 1.89
       objectReference: {fileID: 0}
     - target: {fileID: 6753270535489224770, guid: 70debc1e3ad46f441b522025e854184d,
         type: 3}
@@ -9181,17 +9181,17 @@ PrefabInstance:
     - target: {fileID: 7002030793187184893, guid: 8590393c51194934a95cdc2075fc4dec,
         type: 3}
       propertyPath: m_LocalPosition.x
-      value: -58.86267
+      value: -2
       objectReference: {fileID: 0}
     - target: {fileID: 7002030793187184893, guid: 8590393c51194934a95cdc2075fc4dec,
         type: 3}
       propertyPath: m_LocalPosition.y
-      value: 41.79994
+      value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 7002030793187184893, guid: 8590393c51194934a95cdc2075fc4dec,
         type: 3}
       propertyPath: m_LocalPosition.z
-      value: 75.704414
+      value: -6
       objectReference: {fileID: 0}
     - target: {fileID: 7002030793187184893, guid: 8590393c51194934a95cdc2075fc4dec,
         type: 3}
diff --git a/Assets/Scenes/Worlds/RiverWorld.unity b/Assets/Scenes/Worlds/RiverWorld.unity
index 67e00b51..871e1913 100644
--- a/Assets/Scenes/Worlds/RiverWorld.unity
+++ b/Assets/Scenes/Worlds/RiverWorld.unity
@@ -38,7 +38,7 @@ RenderSettings:
   m_ReflectionIntensity: 1
   m_CustomReflection: {fileID: 0}
   m_Sun: {fileID: 0}
-  m_IndirectSpecularColor: {r: 0.44100717, g: 0.4898312, b: 0.5698877, a: 1}
+  m_IndirectSpecularColor: {r: 0.4410865, g: 0.48984045, b: 0.5699203, a: 1}
   m_UseRadianceAmbientProbe: 0
 --- !u!157 &3
 LightmapSettings:
@@ -57523,17 +57523,17 @@ PrefabInstance:
     - target: {fileID: 3020720017683626808, guid: b07552db700124a4680401e6fb94c186,
         type: 3}
       propertyPath: m_LocalPosition.x
-      value: 56.86267
+      value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 3020720017683626808, guid: b07552db700124a4680401e6fb94c186,
         type: 3}
       propertyPath: m_LocalPosition.y
-      value: -41.79994
+      value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 3020720017683626808, guid: b07552db700124a4680401e6fb94c186,
         type: 3}
       propertyPath: m_LocalPosition.z
-      value: -81.704414
+      value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 3020720017683626808, guid: b07552db700124a4680401e6fb94c186,
         type: 3}
diff --git a/Assets/Scenes/Worlds/TreeWorld.unity b/Assets/Scenes/Worlds/TreeWorld.unity
index 778f3e33..06e98fbc 100644
--- a/Assets/Scenes/Worlds/TreeWorld.unity
+++ b/Assets/Scenes/Worlds/TreeWorld.unity
@@ -38,7 +38,7 @@ RenderSettings:
   m_ReflectionIntensity: 1
   m_CustomReflection: {fileID: 0}
   m_Sun: {fileID: 138245306}
-  m_IndirectSpecularColor: {r: 0.44100717, g: 0.4898312, b: 0.5698877, a: 1}
+  m_IndirectSpecularColor: {r: 0.4410865, g: 0.48984045, b: 0.5699203, a: 1}
   m_UseRadianceAmbientProbe: 0
 --- !u!157 &3
 LightmapSettings:
@@ -6954,17 +6954,17 @@ PrefabInstance:
     - target: {fileID: 3020720017683626808, guid: b07552db700124a4680401e6fb94c186,
         type: 3}
       propertyPath: m_LocalPosition.x
-      value: 56.86267
+      value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 3020720017683626808, guid: b07552db700124a4680401e6fb94c186,
         type: 3}
       propertyPath: m_LocalPosition.y
-      value: -41.79994
+      value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 3020720017683626808, guid: b07552db700124a4680401e6fb94c186,
         type: 3}
       propertyPath: m_LocalPosition.z
-      value: -81.704414
+      value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 3020720017683626808, guid: b07552db700124a4680401e6fb94c186,
         type: 3}
-- 
GitLab