Having a plus button which adds objects
Hello ! I am a very new Unity developer. I am basically learning now and I was wondering how to make a simple button with "+" on it and when I tap it, to add a new game object (a simple cube) at a...
View ArticleThe name 'Joystick' does not denote a valid type ('not found')
Hello and good day to all ! I am following a unity tutorial for iOS (http://www.raywenderlich.com/25349/how-to-get-started-with-unity-part-23), and I reach at the part where I need to implement the...
View ArticleAdding gravity and texture to newly added game objects
Hello everyone ! I am at the beginning phase of developing with Unity and I have this code to add a game object (simple cube) at the press of a button. private void OnGUI() { if (GUI.Button(new...
View ArticleChange Player object at touch
Hello and good day to all ! First of all, I want to apologize if I ask something that is stupid or for any other reason it is not right. I am at the beginning of Unity development and I have a player,...
View Article