Question by 
               ksolares1 · Apr 12, 2017 at 05:37 PM · 
                2d2d-platformer2d-physics2d animation2d-gameplay  
              
 
              2d supporting characters
so how do you make a character like tails from sonic the hedgehog that follows you around even appears whether it follows your around, and how do you type the script for it
               Comment
              
 
               
              I think, you can attach a script to that supporting char object, and inside that script you put a $$anonymous$$oveTowards() function inside the Update()
Your answer