Author Topic: Why is NGUI so slow when recording an animation?  (Read 2025 times)

charaldooo

  • Guest
Why is NGUI so slow when recording an animation?
« on: September 13, 2013, 03:36:33 AM »
Why is NGUI so slow when I try to record an animation. Unity gets really slow when I press the record button in the animation window.

Is there any fix or workaround?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Why is NGUI so slow when recording an animation?
« Reply #1 on: September 13, 2013, 09:05:30 AM »
It's not just NGUI. If you read Unity 4.3 release notes you will notice undo system changes. The purpose of it is to fix this very issue. Basically Unity saves the ENTIRE scene every animation frame for undo purposes. This is obviously VERY slow.

Doing your animations in an empty scene will help in Unity prior to 4.3.