25 December 2014

Developing Square Drop - Part 4

It's Christmas time, but instead of having a break I want to catch up with the timeline that I set myself and finish the game before the end of the year.

Today I managed to:
  • Trigger a function once every so seconds
  • Spawn an object using Instantiate()
  • Change the name of the spawned object
  • Learnt how to change position of an object
  • Learnt how to change a Float to a Single, by just adding an f at the end of a number
The following tutorial has really helped me writing up the code:

Tutorial: How to Make Flappy Bird in Unity3D [ONLINE] Available at: http://anwell.me/articles/unity3d-flappy-bird/ [Accessed 25th December 2014]

I decided that I'm not going to show the updated code and the Unity stage until I finish the game, which will hopefully happen this week given the fact I'll be working every day until I achieve so.

No comments:

Post a Comment