Skip to main content

Unity Tutorial 04

This week's tutorial lesson was very straightforward and easy to follow. I also did not have any problem with the Unity tutorial videos and the software this time which I am really glad about. I learned how to apply codes that can destroy the objects when the collision is detected. I also know how to add the "Game Over" message in coding if the farmer missed feeding one of the animals. The tutorial lesson also taught us how to spawn the animals at timed intervals so that the animals will appear randomly on the game.

Here are the things that I learned for this week's Unity tutorial:

Lesson 2.4

New functionality: Animals are spawned on timed interval and walk down on the screen and the animal gets past the player without getting fed, there's a "Game Over" trigger massage at the left bottom of the screen. When the projectile and animal collide, objects are removed right away.

New Concepts/Skills:

  • Create custom methods/functions
  • InvokeRepeating() to repeat code
  • Colliders and Triggers
  • Override functions
  • Log Debug messages to console

Challenge 2

Challenge 2 screenshots

After I completed the tutorial, there is a challenge that we have to do as well to help us remember the things that we have learned during the lesson and it also could help us enhance our new skills by applying it to a new game. This will also show if we completely understand the new codes. During my first try fixing the game, I ended up disarranging some coding, I also sometimes change some codes on the last lesson because I have to check the differences.

Since I couldn't remember what changes I made in the game, I decided to delete the whole source file and start again. It was a good decision because I was able to realize where I did wrong and everything was clear for me making me finish the challenge quickly. What I learned from this task is that don't be scared to start over again because it could be a change where you could learn and improve yourself more. You might also learn where you made a mistake and you will able to fix them.

here's my link to my last unity blog: Unity Tutorial 03

Comments

Popular posts from this blog

Exploring Game Design

Inspiration image about discovering new things We started this week's tasks by reading articles about defining what a game is to a more detail and in depth explanations.  I used to define "game" as one or multiple players who works together to complete certain tasks with a set of rules that they must follow whether they win or lose. However if I put more thoughts into it, the definition gets more profound and brings me more in depth about what a game truly is. As I read though the first article that was talking about particular definitions of what a game is depending on how much interaction they have with it. For example, the more interest they have about games the more knowledge they can share with people. There is an interpretation from the article that I like based on a book called "Rules of Play" by Katie Salen and Eric Zimmerman. They explained that games are a "system in which players engage in an artificial, defined by rules, that results in a quanti...

Introduction to a future Animator 😁

If you've been reading my blog post since the day I started, you have read my first introduction. However, I haven't really talked about myself. So in this post, I will along with questions from the tasks we have given. 😁 My photo from last year First of all my name is Flosie Jane Sazon, I am currently a 2nd-year student studying Creative Digital Media at the  Technological University of Dublin located in Blanchardstown Campus. I'm 20 years old (even though I don't look my age 😂) and I have been living in Ireland since I was 13. This course wasn't actually my first choice even though I love art. My first choice was something about business and language which was way different from what I'm doing now, but I'm really happy that I'm doing what I love. Even though there were a lot of times convincing my parents but everything went well in the end.😂😂 What was the best class you took last semester? why? Even though I enjoyed Web Development and Design Proc...

Game Elements

  Textured background with a text. Link This week's reading task is about game elements where we have to explore more important vocabulary that we could use and also consider if we are starting to build our game project. The first written document that I read was analyzing the qualities of games. It started to give a quick summary about the definition of a game and all of main qualities can be simply called as "Formal Elements" also known as "Atomic Elements of Games" . They are the smallest parts of a game that can be studied individually.  Here are the 10 Atomic elements: Players Objectives (goals) Rules Resources/Resource Management Game State Information Sequencing Player Interaction Theme (Setting, Narrative, Backstory) Game as Systems After reading each explanation about these elements, I started to understand how important it is to follow this because every one of them has a special role in our game. The whole game could change if we just adjust/remove a...