Week 11 - How I do this thing when developing my games
- Amv Pass
- Dec 4, 2015
- 1 min read
Week 11 - How I do this thing when developing my games
When I am developing a game and I can’t remember how to code a certain mechanic or I forgot how to code a certain think first thing I do is check previous games I mad or code I have kept over the term of my course and look and see if I can dissect the code and find what I need to use to make the mechanic work if searching through my old code and re learning the content covered in the presentations or I’m trying a new skill entirely I will look to other sources mainly the internet on unity’s website to help me out with code that I’m trying to work out if that doesn’t work asking for outside help like a mate that has already used the code to explain it to me so I can implement it or ask the lecturer for assistance.
If all else fails try and try again or find another way to achieve something similar with so less difficult code and achieve sort of the same outcome, all these steps I take when I can’t know how to do that thingy that makes the thingy rotate……. Hmmmmm, I have done this for both my assessments and lucky I had an awesome mate that taught me about inheritance for my last assessment.
Comments