장애물 및 장애물 생성기

Kaykit Forest Nature 추가
This commit is contained in:
2026-01-28 19:02:38 +09:00
parent 2539b0f4ba
commit 1bdd27a9f0
236 changed files with 12974 additions and 2 deletions

View File

@@ -1425,7 +1425,7 @@ Transform:
m_GameObject: {fileID: 946527916}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 5, z: -50}
m_LocalPosition: {x: 0, y: 100, z: -50}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
@@ -2120,6 +2120,88 @@ Transform:
m_CorrespondingSourceObject: {fileID: 5749230937810543840, guid: 88f7f1e8a019b674498ab5fd494c1d34, type: 3}
m_PrefabInstance: {fileID: 1553201243}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1572384097
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1572384099}
- component: {fileID: 1572384098}
m_Layer: 0
m_Name: ObstacleSpawner
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &1572384098
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1572384097}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a889d8fab7aeaa24dbbffaee2f02ba54, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::Northbound.ObstacleSpawner
spawnCenter: {fileID: 0}
spawnAreaSize: {x: 80, y: 725}
areaShape: 0
obstacles:
- prefab: {fileID: 1559926009631082787, guid: 4ade932e47f340647ac833f7188a6dd0, type: 3}
spawnWeight: 40
minCount: 0
maxCount: 290
- prefab: {fileID: 4345146930867537194, guid: d754e5f1f9047ce428c55a0ae1975b4e, type: 3}
spawnWeight: 40
minCount: 0
maxCount: 307
- prefab: {fileID: 7867287811520877109, guid: 915c4daebc2463840b83193366491ba1, type: 3}
spawnWeight: 5
minCount: 0
maxCount: 247
- prefab: {fileID: 7245241003860522441, guid: 2c33c67d086286d4a929d533b4e26863, type: 3}
spawnWeight: 30
minCount: 0
maxCount: 274
- prefab: {fileID: 7773749726967315046, guid: b49d9f4b44d4c7d4b92498e95c847667, type: 3}
spawnWeight: 10
minCount: 0
maxCount: 228
density: 0.02
maxTotalObstacles: 6400
minDistanceBetweenObstacles: 4
alignToTerrain: 1
randomRotation: 1
scaleVariation: 0.197
maxAttempts: 50
checkCollision: 1
collisionLayers:
serializedVersion: 2
m_Bits: 896
collisionCheckRadius: 1
spawnOnStart: 1
groupUnderParent: 1
--- !u!4 &1572384099
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1572384097}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1, z: 290}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1672828972
GameObject:
m_ObjectHideFlags: 0
@@ -2318,7 +2400,7 @@ MonoBehaviour:
m_EditorClassIdentifier: Assembly-CSharp::Northbound.FogOfWarRenderer
fogMaterial: {fileID: 2100000, guid: eb0604feb76547a488648224ebb23e77, type: 2}
updateInterval: 0.1
fogHeight: 5
fogHeight: 2
unexploredColor: {r: 0, g: 0, b: 0, a: 1}
exploredColor: {r: 0, g: 0, b: 0, a: 0.6}
visibleColor: {r: 0, g: 0, b: 0, a: 0}
@@ -3160,3 +3242,4 @@ SceneRoots:
- {fileID: 946527919}
- {fileID: 1701756768}
- {fileID: 2264374033617737844}
- {fileID: 1572384099}