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

unity crash when animator has no runtime animator controller

Discussion in 'General Discussion' started by change, Feb 20, 2017.

  1. change

    change

    Joined:
    Jul 12, 2014
    Posts:
    12
    When animator has no runtime animator controller
    We call
    animator.updateMode = AnimatorUpdateMode.AnimatePhysics;
    animator.cullingMode = AnimatorCullingMode.AlwaysAnimate;
    then unity crash

    by unity 5.5.0p4
     
  2. Andy-Touch

    Andy-Touch

    A Moon Shaped Bool Unity Legend

    Joined:
    May 5, 2014
    Posts:
    1,479
    Have you filed a bug report?
     
  3. change

    change

    Joined:
    Jul 12, 2014
    Posts:
    12
    not yet