Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Animation changes scale to 1?

Discussion in 'Animation' started by zacharyhunterlund, Jan 25, 2023.

  1. zacharyhunterlund

    zacharyhunterlund

    Joined:
    Mar 7, 2021
    Posts:
    53
    Hello,

    I recently made a bush object that sways when the player touches it. It has two animation states: Doing Nothing and Swaying. I have the object's scale set to 0.6 on all axes in Unity, but when I start the game, the scale is set to 1. Does anyone know how to fix this?
     
  2. arfish

    arfish

    Joined:
    Jan 28, 2017
    Posts:
    782
    Hi,
    Don't animate the scale if you don't want it to change, or just put the object in a parent, and scale the parent to 0.6.