Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question Will SkinnedMeshRenderer's bounds update when out of screen

Discussion in 'Animation' started by dongch007, Oct 18, 2022.

  1. dongch007

    dongch007

    Joined:
    Jan 8, 2014
    Posts:
    37
    I use legacy animation.
    animation.cullingTypes=AnimationCullingType.BasedOnRenderers

    If camera not move, the animation is a role come from far away, the first frame mesh is out of the screen, so animation will not update. Will skinnedMesh show right when animation make body move in screen, or beacase animation not update we will never see this skinnedMesh?