Hello, I am sorry if I have posted in the wrong page but I need some advice. Just to give you a little information about me. My name is Stuart I’m 26 I love technology and everything about it. I have decided I wanted to self learn about game development. So I thought an easy place to start was Android gaming apps. I found a book called ‘Unity Android Game Development by Example (beginner’s guide)’ written by Thomas Finnegan. I don’t know if anyone is familiar with this book.
I have hit a stumble. I have followed the book word for word. I just don’t seem to have any luck getting the finished app. The Task is to create the app ‘Hello World’. The book tells me to Create a C# Script from the menu in the project window. once I have named it HelloWorld Hit enter twice to open the Script up. Then action 17. say’s "For now we will delete the start and update functions that Unity insists on including in every new script. Replace them with a bit of code that simply renders the words Hello World in the top-left corner of the screen. You can now close the script and return to unity.
public void OnGUI() {
GUILayout.Label(“Hello World”);
}
I hope this helps and I am sorry for being a newbie. I just want to learn.
Thanks Josh!!! In the book it doesn’t ask to save the Notepad++ you have solved my Problem and thank you to fffMalzbier, DanielQuick, Graham Dunnett for all your help!!