#4,680 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Build your First Unity Game

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Build your First Unity Game. Here are the top ones.

Build your First Unity Game
Buying options
View on Amazon.com
or
Specs:
Release dateOctober 2016

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Build your First Unity Game:

u/djgreedo ยท 4 pointsr/Unity2D
  1. Think of a simple game you would like to recreate (Flappy Bird or something similar).
  2. Break the game down into the simplest components - a background, a player sprite, getting keyboard input, moving the camera, moving the player, etc.
  3. Figure out the bare minimum you need to make the game do something (e.g. move the player up and down via keyboard input), and break that down into small pieces - put the player sprite on screen, detect vertical input, move the player according to the input.
  4. Do the things in step 3, then think of the next thing to add - e.g. moving the player and camera.


    http://unity.grogansoft.com/complete-unity-pong-clone-tutorial-for-beginners/


    https://www.amazon.com/Build-your-First-Unity-Game-ebook/dp/B01M9EAHP2/ref=sr_1_4?ie=UTF8&qid=1503457354&sr=8-4&keywords=first+unity+game


    For inspiration, play games, do stuff in Unity, practice. Some of my best ideas come from making mistakes in Unity and turning those mistakes into game mechanics. Sometimes I'll play a game and wish something was done differently - so I do it differently for my game.