Posts

Showing posts with the label Week 20

Reading 08

Image
  ( https://cdn.vox-cdn.com/thumbor/CRR8pafaE8ZxyBTRjEGqy5wedlk=/0x0:2040x1360/1200x800/filters:focal(857x517:1183x843)/cdn.vox-cdn.com/uploads/chorus_image/image/69525052/DSCF1179.0.0.jpg ) For this weeks reading task I just continued on with my book. The research for this book has actually proven to be easier than I thought now that we've actually started to see each others work. I was a bit worried about how I was doing with this module but after getting positive feedback last week I think I'm doing ok. This week I decided to talk about Microsoft, continuing on from my topic last week where I talked about the history of Xbox. The article I researched was called "Microsoft Corporation" by Brittanica. The article talked about the founding and formation of Microsoft. It also talked about how Microsoft entered the world of gaming and mobile phones with the release of the Xbox consoles as well as the HTC, Motorola, LG and Samsung. It also mentioned that Microsoft origin...

Unity Tutorial 07 (Semester 2)

Image
  Image from the tutorial This week I did my final Ruby tutorial for the semester and I have to say it was a pretty good feeling. Up until this week my game has had no audio so this week I had to add some in. This week I learned about audio clips, audio listener and audio source. Audio clips are assets that you can import from an audio file such as MP3 and wav. Audio listener is a component that tells you where the listener is in the scene which is placed on the camera. Audio source is a component that allows you to play an audio clip where the GameObject is. The first thing I had to do was add in some background music. To do this I had to create a new GameObject called BackgroundMusic and add audio source to it. I then had to add in an audio clip called 2D MUSIC LOOP so that the music would play from the beginning to the end. I then had to add in the spatial blend slider and make it go all the way to 2D so that my music could be heard everywhere. I then had to add a one shot sound...