Skip to main content

Unity free tutorials

Unity free tutorials

Character movement
This week I found three tutorials to help me create my game the first tutorial I looked at was creating character movement this tutorial was really helpful I downloaded a character from the asset store I then made a c script to move certain animations attached to the character that I downloaded in the c script I made the character jump which was one of the animations attached to the character I also learned how to get the character to transition to one action to the other which was also really helpful.
Audio
music I used in the game
The second tutorial I looked at was how to add music to my game which was actually really simple I picked a audio that I taught was good and add it into unity I then created an empty game object and add audio to it in the tutorial it also taught me how to add audio to different aspects in the game.
pick up and throw objects
The third tutorial I looked at was how to pick up and throw objects I downloaded a box from the asset store and then did most of the work in c script in the end I could pick up the box but it would not let me throw it but maybe it was something I did in the c script that I can't figure out but I could pick the box up.

I found all of these tutorials very helpful and I will be using what I have learned from these tutorials in my game.
Character jumping and audio playing.
Character jumping,music playing and box being picked up.

Comments

Popular posts from this blog

Reading 10

This week I have finally finished my topics I have over 2,000 for my chapters my game design process has more words than my visual and audio elements but not by much I have learned a lot from writing these topics and have definitely improved my writing skills a lot, I have also learned a lot on each of my topics. Overall I feel like my topics are decent and that I have wrote some good information on both of them. I am really glad that I have finished and it is a huge weight of my shoulders I just have to do my reflection work. I feel like this week we have done a lot on fixing up the writing on most of the chapters which is really good and I feel like everyone has done good work overall. Below are some screenshots of my topics in my chapter.

Favorite game

Mario kart  One of my favorite games would have to be Mario kart I have played Mario kart for years and I am still in love with the game. Mario kart is a racing game developed by Nintendo who have also developed the game super Mario another one of my favorite games. Mario kart- Wikipedia In the game Mario kart you can compete with up to 12 players and have a selection of different race tracks and a selection of different players and karts my favorite race track would have to be Bowser's castle and my favorite player would have to be princess peach or Mario. There are also 4 tracks in each cup for example mushroom cup(one of the easiest levels/cup) has 4 tracks called Luigi circuit, moo moo meadows, toads factory and mushroom gorge.  Bowser's castle- Wikipedia I usually play Mario kart on the Wii but I used to also play it on my Nintendo dsi in the game on the race tracks there is also a variation of power ups contained in item boxes that you have to drive t...

Project

Project  After many trials and errors I have final got a somewhat working main menu for my game it will still not let me add images but luckily from one of the asset packages I downloaded there was a sprite that had a menu title on it which will do for now until I figure out how to add images to my main menu I tried adding a cube and tried adding a image to that but that did not work either but I am happy with what I got so far even though it did take a while to figure everything out because it would not let me add my script to the buttons on my menu for no reason at all because I had no errors in my script but I will get it working eventually. Anyway I am happy that I finally got a somewhat working menu done. main menu. buttons and main menu. trying to add cube to add image as background.