Handle continuous interactions + Add Cleaning_workshop.prefab
This commit is contained in:
parent
6cce785d2c
commit
363845b456
11 changed files with 726 additions and 41 deletions
|
@ -14,6 +14,7 @@ GameObject:
|
|||
- component: {fileID: 5841415790350674205}
|
||||
- component: {fileID: 5841415790350674204}
|
||||
- component: {fileID: 5841415790350674207}
|
||||
- component: {fileID: 1810629367}
|
||||
m_Layer: 0
|
||||
m_Name: Tavernkeeper
|
||||
m_TagString: Player
|
||||
|
@ -167,3 +168,20 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
mvt_speed: 5
|
||||
action_dist: 1
|
||||
action_cd: 0.2
|
||||
--- !u!208 &1810629367
|
||||
NavMeshObstacle:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 5841415790350674203}
|
||||
m_Enabled: 1
|
||||
serializedVersion: 3
|
||||
m_Shape: 0
|
||||
m_Extents: {x: 0.2, y: 0.2, z: 0.2}
|
||||
m_MoveThreshold: 0.1
|
||||
m_Carve: 1
|
||||
m_CarveOnlyStationary: 1
|
||||
m_Center: {x: 0, y: 0.2, z: 0}
|
||||
m_TimeToStationary: 0.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue