Add obstacle component for waiting client
This commit is contained in:
parent
772a7b665f
commit
8ba1513020
4 changed files with 64 additions and 7 deletions
|
@ -3295,7 +3295,7 @@ Transform:
|
|||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 574958269}
|
||||
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
||||
m_LocalPosition: {x: -6.62, y: -2, z: 2.5482712}
|
||||
m_LocalPosition: {x: -6.64, y: -2.12, z: 2.5482712}
|
||||
m_LocalScale: {x: 0.1, y: 0.1, z: 0.1}
|
||||
m_Children: []
|
||||
m_Father: {fileID: 1863361785}
|
||||
|
@ -32709,12 +32709,34 @@ Transform:
|
|||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1756509214}
|
||||
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
||||
m_LocalPosition: {x: -3.34, y: -2.5, z: 2.5482712}
|
||||
m_LocalPosition: {x: -3.4, y: -2.64, z: 2.5482712}
|
||||
m_LocalScale: {x: 0.1, y: 0.1, z: 0.1}
|
||||
m_Children: []
|
||||
m_Father: {fileID: 1863361785}
|
||||
m_RootOrder: 12
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &1810629360 stripped
|
||||
GameObject:
|
||||
m_CorrespondingSourceObject: {fileID: 5841415790350674203, guid: dc287deb81f09d8419a5051e1d177e74,
|
||||
type: 3}
|
||||
m_PrefabInstance: {fileID: 5841415791122168402}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
--- !u!208 &1810629367
|
||||
NavMeshObstacle:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1810629360}
|
||||
m_Enabled: 0
|
||||
serializedVersion: 3
|
||||
m_Shape: 0
|
||||
m_Extents: {x: 0.2, y: 0.2, z: 0.2}
|
||||
m_MoveThreshold: 0.1
|
||||
m_Carve: 0
|
||||
m_CarveOnlyStationary: 1
|
||||
m_Center: {x: 0, y: 0.2, z: 0}
|
||||
m_TimeToStationary: 0.5
|
||||
--- !u!1 &1863361784
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue