Raymarched with 2 pickups: set default positions of secondary objects
This commit is contained in:
parent
fdfa51a531
commit
814488620f
1 changed files with 8 additions and 8 deletions
|
@ -388,9 +388,9 @@ GameObject:
|
|||
- component: {fileID: 453749072}
|
||||
- component: {fileID: 453749075}
|
||||
- component: {fileID: 453749074}
|
||||
- component: {fileID: 453749073}
|
||||
- component: {fileID: 453749077}
|
||||
- component: {fileID: 453749076}
|
||||
- component: {fileID: 453749073}
|
||||
m_Layer: 0
|
||||
m_Name: ObjectA
|
||||
m_TagString: Untagged
|
||||
|
@ -827,37 +827,37 @@ MonoBehaviour:
|
|||
useAdditionalValues: 1
|
||||
syncValues:
|
||||
- name: A_X
|
||||
startValue: 0
|
||||
startValue: 0.75
|
||||
updatedBy: 0
|
||||
updateMethod: 1
|
||||
animator: {fileID: 779234492}
|
||||
animatorParameterName: ObjectA_X
|
||||
- name: A_Y
|
||||
startValue: 0
|
||||
startValue: 0.7
|
||||
updatedBy: 0
|
||||
updateMethod: 1
|
||||
animator: {fileID: 779234492}
|
||||
animatorParameterName: ObjectA_Y
|
||||
- name: A_Z
|
||||
startValue: 0
|
||||
startValue: 0.5
|
||||
updatedBy: 0
|
||||
updateMethod: 1
|
||||
animator: {fileID: 779234492}
|
||||
animatorParameterName: ObjectA_Z
|
||||
- name: B_X
|
||||
startValue: 0
|
||||
startValue: 0.5
|
||||
updatedBy: 0
|
||||
updateMethod: 1
|
||||
animator: {fileID: 779234492}
|
||||
animatorParameterName: ObjectB_X
|
||||
- name: B_Y
|
||||
startValue: 0
|
||||
startValue: 0.5
|
||||
updatedBy: 0
|
||||
updateMethod: 1
|
||||
animator: {fileID: 779234492}
|
||||
animatorParameterName: ObjectB_Y
|
||||
- name: B_Z
|
||||
startValue: 0
|
||||
startValue: 0.5
|
||||
updatedBy: 0
|
||||
updateMethod: 1
|
||||
animator: {fileID: 779234492}
|
||||
|
@ -1165,9 +1165,9 @@ GameObject:
|
|||
- component: {fileID: 950930977}
|
||||
- component: {fileID: 950930982}
|
||||
- component: {fileID: 950930981}
|
||||
- component: {fileID: 950930978}
|
||||
- component: {fileID: 950930980}
|
||||
- component: {fileID: 950930979}
|
||||
- component: {fileID: 950930978}
|
||||
m_Layer: 0
|
||||
m_Name: ObjectB
|
||||
m_TagString: Untagged
|
||||
|
|
Loading…
Reference in a new issue