Skip to main content

Tutorial 2

  

Unity Tutorial 2: World Design

For the second tutorial of the Unity tasks, after creating the tilemaps by splicing them and laying down the ground and the pavements in the games world, it was now time to decorate it. Using all the sprites provided, I laid the land out with trees, grass, metal boxes etc. 

The physics system as it was suggested in the tutorials was the force of the movements from the characters within the game and controlling the gravity which pulls it down, the force applied from pushing and friction when moving on the ground. In this part, I mainly fixed the way in how Ruby moved throughout the world and what boundaries she couldn't move through.

My favorite part was adding the tilemap collision, by selecting the tilemaps with water on them I was able to create a box collider without selecting them all individually and preventing Ruby from walking on water. I didn't struggle as much throughout these tasks I rather enjoyed them.

Comments

Popular posts from this blog

Introduction

My name is Aaron Mulholland, I am 19 years old and I'm in my second year of college in TU Dublin doing Creative Digital Media. The module in which I'm doing this blog is for Multimedia Development 1 and I hope to pass this.... hopefully XD.  Before heading into TU Dublin I first went to a PLC in Dunboyne and did the exact same course I'm doing now; after completing my year there I decided I wanted to take a career in the art of designing on computers as I heard many positives about this chosen career especially in the money ! Technological University Dublin (TUD) logo   The hardest part of my first year occurred during the Lockdown during the early stages of Covid-19 when I was in my second semester. It was a tough time for work and trying to work at home and online with limited resources such as cameras, adobe software and the Mac's that the college provided which was where I did most of my work for the modules and to move from that to my Windows laptop was very diffi...

Game Design

Firstly, What is a game? A game is designed to create entertainment, relaxation and in a way let the player or players enjoy a place where they can be something else but to also have fun. Before going into the process of a game you first have to understand "what is a game?". Games were first just a wooden board "chess,poker,checkers" etc. or just using your imagination to create entertainment for yourself or others. Now that technology was brought in consoles" Playstation and X-Box" etc.                           How gaming started off                                                              How it is played now Brainstorming and planning What will be the name of my game? What will be the sole objective? What genre will it be? How will I create the world and levels i...

Prototype

  When I first started making my game I wanted to first create the environment so I attached some trees, texture for the ground and added a few rocks that would help my character hide from the enemies. My game is based off the Lord of the Rings movies, my character is an elf played in first person who has to hide from the orc soldiers and find the power ring at the end of the map; if he is spotted he must engage in combat. Image source : Myself The world and the the textures are coming out really well, I added terrain to my ground to give it a more natural look similar to a forest out of the movies, this I completed in a matter of at least an hour as I had to positioned them right. What I am finding difficult at the moment though is adding my First Person Controller to my character and when I added my PlayerController script to him the camera would not work so I am currently working on fixing that. I have met all my targets especially gathering all the necessary materials for my ga...