Skip to content

Commit

Permalink
Add option to dynamically change chairs, add ik to agent prefab, add …
Browse files Browse the repository at this point in the history
…stool, add texture to chair
  • Loading branch information
lenalinke committed Sep 12, 2024
1 parent 6f19c41 commit 7a5ba5a
Show file tree
Hide file tree
Showing 22 changed files with 1,892 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -700,55 +700,49 @@ AnimatorController:
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_Controller: {fileID: 0}
- m_Name: ShakeHead
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_Controller: {fileID: 0}
- m_Name: WaveLeft
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_Controller: {fileID: 0}
- m_Name: WaveRight
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_Controller: {fileID: 0}
- m_Name: NoAnimation
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_Controller: {fileID: 0}
- m_Name: PointingLeft
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_Controller: {fileID: 0}
- m_Name: PointingRight
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_Controller: {fileID: 0}
- m_Name: Sitting
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: SittingDirection
m_Type: 1
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_Controller: {fileID: 0}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1269,8 +1269,8 @@ Transform:
- {fileID: 128985551231859547}
- {fileID: 334442996744392338}
- {fileID: 8066738664786797255}
- {fileID: 6379119042602302806}
- {fileID: 298491387001026864}
- {fileID: 6379119042602302806}
m_Father: {fileID: 485173572849798641}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &6236198718674910226
Expand Down Expand Up @@ -1521,6 +1521,37 @@ MonoBehaviour:
z: 1
m_MaintainPositionOffset: 1
m_MaintainRotationOffset: 1
--- !u!1 &7719807621344337916
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 517708087313375981}
m_Layer: 0
m_Name: Hip IK_target
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &517708087313375981
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7719807621344337916}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 298491387001026864}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &7727152268460934787
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1769,7 +1800,8 @@ Transform:
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Children:
- {fileID: 517708087313375981}
m_Father: {fileID: 2911690318089215754}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &3430460980174463433
Expand Down
Loading

0 comments on commit 7a5ba5a

Please sign in to comment.