Visualise burger construction on plate
This commit is contained in:
parent
3256232b12
commit
42cd3341fb
8 changed files with 388 additions and 11 deletions
|
@ -9,6 +9,7 @@ GameObject:
|
|||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 408889407006782756}
|
||||
- component: {fileID: 508161765286487449}
|
||||
m_Layer: 0
|
||||
m_Name: PlateCompleteVisual
|
||||
m_TagString: Untagged
|
||||
|
@ -37,6 +38,18 @@ Transform:
|
|||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &508161765286487449
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 408889407006782757}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 27253c78be049da418db6f769fc2142e, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
--- !u!1001 &408889405707390302
|
||||
PrefabInstance:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -381,6 +394,11 @@ PrefabInstance:
|
|||
serializedVersion: 3
|
||||
m_TransformParent: {fileID: 408889407006782756}
|
||||
m_Modifications:
|
||||
- target: {fileID: 1501558528557060038, guid: bc49891f572f1164e9938f845ec37ab0,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.y
|
||||
value: 0.327
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 1547429398500879462, guid: bc49891f572f1164e9938f845ec37ab0,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.y
|
||||
|
|
Reference in a new issue