Hello I bought this because I really like this style of Game, I’m looking for someone who can help to update this game to Unity 5 so that i can edit more. it’s saying to use GetComponent to update but i do not understand code.
The error is also telling you exactly how to fix it
say you had:
gameObject.guiTexture
// You'd change it to :
GetComponent<GUITexture>();
Hope that helps. If it works, you can pay me with a thank you if you’d like
Thank you!!
you’re welcome.