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 have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Feedback Animator and Renderer.

Discussion in 'Animation' started by Brother_77, Feb 15, 2022.

  1. Brother_77

    Brother_77

    Joined:
    Feb 8, 2019
    Posts:
    227
    The situation is on the Player Character:

    Parent GameObject holds the Animator component and the child GameObject hold the SkinnedMeshRenderer.

    On collision with a certain objects I disable and enable the SkinnedMeshComponent to give a flashing effect. After testing no errors and it seems smooth, but I am considering would this disabling of Mesh could somehow mess up the animator ? Because as the character moves it still "flashes".


    Thank you for your time.