Skip to main content

Unity Tutorial 5

 

Lesson 3 Screenshot

For this week's Unity Tutorial, we started a new lesson that is more advance than the previous lessons that we completed. I find it interesting because I learned that some games are just using the same images and have a special code for it to look endless. The Player also was able to run and jump over the obstacles even though it doesn't maneuver from its current spot. This is where the repetition of the background helps as it gives an illusion effect to the player making it look like it's moving.

What I like about this lesson is that there are more choices in characters, obstacles, and especially the background images. I also learned how to change the physical movement of the player in Animator which is a good idea to have especially when you are just starting to use Unity for your game and you are getting familiar with the tools and what they can offer.

Overall, the Lesson is challenging especially the last part where I was going through the Animator because I wasn't using the same version as the one from the video.


Here are all the things that I learned from the Lessons I completed this week:

Lesson 3.1

New Functionality:

  • The player jumps when the  space bar is pressed
  • The player cannot jump twice
  • Obstacles and Background move  to the left
  • Obstacles are spawn at intervals
Concepts and skills:
  • GetComponent
  • ForceMode.Impulse
  • Physics.Gravity
  • Rigidbody constraints/variables


Lesson 3.2


New Functionality:
  • Background repeats seamlessly
  • The background stops when the players collide with the obstacles
  • Obstacle spawning stops when the player collides with obstacles
  • The obstacles are destroyed off-screen
Concepts and skills:
  • Repeating backgrounds
  • Get collider width
  • Script Communication
  • Equal to (==) operator
  • Tags/ CompareTag()

Lesson 3.3


New Functionality:
  • The player moves at a fast pace when starting the scene
  • There is a jumping animation when the player jumps on the obstacles
  • The player falls over when they crash against the obstacles
Concepts and skills:
  • Animation Controllers, Animation States, Layers, and Transitions
  • Animation Parameters
  • Animation Programming
  • SetTrigger(), SetBool(), SetInt()
  • Not (!) operator

Comments

  1. Hey Flosie,

    It's been a minute since I've been here firstly I miss being in your class! Hope your well. You really explained this set of Unity tutorials really well I think anyone would be able to follow along with these and do them even without the Unity videos. I would definitely agree with you saying that this set was more advanced than the other two sets but I did enjoy the challenge I can't lie.

    ReplyDelete

Post a Comment

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...