hello
I have this script that my healthbar form a gui texture is following my player.
But for some reason my player wont follow my mouse pointer anymore.
Here is the script that the guitexture follow. this script is on the player.
player wont work after guitext follow
I have this script that my healthbar form a gui texture is following my player.
But for some reason my player wont follow my mouse pointer anymore.
Here is the script that the guitexture follow. this script is on the player.
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- public GameObject guiObject;
- // Use this for initialization
- }
- // Update is called once per frame
- void Update...