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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question What is the best way to animate and control 2D textures on 3D models for character eye movement?

Discussion in 'Animation' started by unitygnoob008, Nov 8, 2022.

  1. unitygnoob008

    unitygnoob008

    Joined:
    Sep 17, 2016
    Posts:
    126
    I'm trying to make simple animated eyes and mouths for my characters, and I want my eyes to track the player, but Im trying to figure out the best way to do it.

    I have looked at tons of tutorials, most say, you can use UV scrolling techniques, or lift and duplicate faces and have multiple materials, one asset on the asset store simply made each expression its own material and animated them using animation clips! but Id rather avoid this.

    im starting to think its not worth the fuss.

    im trying to achieve effects similar to this game:



    and also:



    any ideas on the best Unity engine approach for this?

    thank you.
     
  2. arfish

    arfish

    Joined:
    Jan 28, 2017
    Posts:
    777
    How about using sprite sheets for the animations?

     
    unitygnoob008 likes this.