Hi, which one is more performance effective, the coding movement in the Update() or using an animation?

Forum Archive Hi, which one is more performance effective, the coding movement in the Update() or using an animation?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7234
    diaoheyhey
    Participant

      Hi, which one is more performance effective, the coding movement in the Update() or using an animation?

      Thanks!

      #26728
      Jonathan Gonzalez
      Participant

        I think that would be highly dependent on the type of rotations/movement you’re doing. If you’re doing a simple rotation like a propeller it might be better to do it through code, but if you’re rotating a ton of objects in weird ways it might be easier and more performant to do it through animations. 

        I usually try to do it through script unless the movement is a bit too complex and tedious to write out. 

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Hi, which one is more performance effective, the coding movement in the Update() or using an animation?’ is closed to new replies.