hi, first post I've made but ive been using unty for about a year now making simple games but now I have a script to make an object follow me but I have robot following me its just got its arms out in the T shape and it just follows me if I take the following off it works fine any suggestions?
my code:
animation wont play whilst object is following player
my code:
Code (JavaScript):
- var target : Transform; //cant't be bothered to do any commments
- var moveSpeed = 3;
- var rotationSpeed = 3;
- var range : float=10f;
- var range2 : float=10f;
- var stop : float=0;
- var...