Skip to main content

Unity Tutorial 04

For this weeks Unity tutorial, instead of following a video, I had to go through a step by step article on how to make a clock in unity without any extra asset packs, textures etc. This required some basic knowledge of unity and the most up to date version.
Screenshot of tutorial

I started by creating a clock in unity, there's an actual option to do so, then I create a cylinder to help create the face of the clock. Then to create the flat clock face, the Y component must be reduced to 0.1 and the X and Z components increased to 10.

Then I created the indicators on the clock, I created 3-D cube shapes and changed the scale to (0.5, 0.2 and 1). Then I Changed the colour of the indicator to black. Then I placed the indicator onto the clock and then changed its angle on the Y-axis so it looks correct. Then copy and paste more indicators, changing each angle to suit the position of each hour until there is 12.

To create the clock arms, I had to create a 3-D object, which was a cube. And then change its scale to (0.3, 0.2 and 2.5) and then position it correctly on the face of the clock while making the hand narrower than the indicators. Then I created a pivot point for the arm. I also did the same process for the smaller hand but the only difference is the scale for it was (0.1, 0.1 and 5).

I then saved the finished clock as an asset and then went onto animating it which I did find somewhat confusing and complex. I had to use Javascript to help code it so I could animate it.




Comments

Popular posts from this blog

Introduction by Nate

Hello, I'm Nathan, a second-year student at ITB. I'm 20 years old and from Cavan. This blog post is about me and hobbies, aspirations etc. If you're reading this, then I'm surprised you want to go through such torture. First of all, I really enjoyed CDM year 1. It was a great experience and felt it was fun and got to meet great people and do interesting things. I still can't get over the fact I'm in college or I even made it to the second year. Thought I would've had a mental breakdown at this point When doing the semester last year, I really enjoyed Storytelling and narrative. I find it fascinating to sit down and talk about films, I'm a bit of a movie buff so I did enjoy breaking them down and even tell a story or two. Honestly my biggest accomplishment last semester was actually getting through to second year and hell, even surviving it knowing me. My goals for this module is to plan out and hopefully make a small film for our group project as its...

Multimedia Assignment: Prototype work

Recently I have started working on my prototype for my Game. I started it on Unity and im following some unity tutorials on how to make platformers, not to copy them but to see what I can do and point me in the right direction though. The prototype is going fine, progress is slow but im trying to get stuff done though, I can imagine only getting substantial work in Multimedia labs though. Also, another issue is finding the time to actually get some work done on the prototype as I have other assignments and having to commute up and down to college every day. Other than that, work is going along fine, working on previous unity tutorials has helped give me some experience in helping to create the game and the detail added to my GDD has helped too as it will give me some focus for making the game too.

Alpha build of game

For this week, I had to continue doing work on my alpha build of the game. Work is going along well, the character is moving and the controls are working well and the levels final design is complete, all that needs to be done is to add a 3rd person camera, skybox, textures and some gems to collect. Here is a screenshot of the game so far and the character model all the textures need to be added to add more life but other than that, Im happy with it so far.