Looking to hire or gain from someone on how to update this project to Unity 5

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 :slight_smile:
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 :wink:

Thank you!!

:slight_smile: you’re welcome.