i want a gui texture like a small one to follow a game object that is in the scene can somebody help
Use this! It’s here to help you. http://unity3d.com/support/documentation/ScriptReference/GUI.html
Using that, you need to draw a texture on the screen, and then find the object you want it to follow in Screenspace (ie: where it is on the screen). Then you move the texture to match where the object appears on the screen.
thanks thats helped alot