diff --git a/Assets/Scripts/AnimationHandler.cs b/Assets/Scripts/AnimationHandler.cs index a2df6a7..aaf0aa3 100644 --- a/Assets/Scripts/AnimationHandler.cs +++ b/Assets/Scripts/AnimationHandler.cs @@ -33,6 +33,10 @@ public class AnimationHandler : MonoBehaviour item.DOLocalMoveY(item.localPosition.y + .5f, Random.Range(.5f, 5f)) .SetEase(Ease.InOutSine) .SetLoops(-1, LoopType.Yoyo); + + item.DOLocalMoveZ(item.localPosition.z + 1.5f, Random.Range(1f, 5f)) + .SetEase(Ease.InOutSine) + .SetLoops(-1, LoopType.Yoyo); } } diff --git a/Assets/Visualizer.unity b/Assets/Visualizer.unity index 5828a6f..f437fa9 100644 --- a/Assets/Visualizer.unity +++ b/Assets/Visualizer.unity @@ -527,15 +527,15 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 8133162165082314684, guid: 130a36d495dd83246b0a569d101f729b, type: 3} propertyPath: m_LocalPosition.x - value: 1.81 + value: -1.63 objectReference: {fileID: 0} - target: {fileID: 8133162165082314684, guid: 130a36d495dd83246b0a569d101f729b, type: 3} propertyPath: m_LocalPosition.y - value: 3.61 + value: -1.31 objectReference: {fileID: 0} - target: {fileID: 8133162165082314684, guid: 130a36d495dd83246b0a569d101f729b, type: 3} propertyPath: m_LocalPosition.z - value: -3.67 + value: -8.86 objectReference: {fileID: 0} - target: {fileID: 8133162165082314684, guid: 130a36d495dd83246b0a569d101f729b, type: 3} propertyPath: m_LocalRotation.w @@ -2699,7 +2699,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4809069469950407742, guid: 8b982c0087d04c248a2f9409564a6b30, type: 3} propertyPath: m_LocalPosition.z - value: -10 + value: -8.81 objectReference: {fileID: 0} - target: {fileID: 4809069469950407742, guid: 8b982c0087d04c248a2f9409564a6b30, type: 3} propertyPath: m_LocalRotation.w