Skip to main content

Unity Free Tutorials

Hey guys!
today i am watching unity tutorials on how to further enhance my game.
i started with a unity tutorial on the basis of creating a bow styled like Hanzo's from Overwatch 
linked here, in the tutorial we learn two very important aspects i want to include in my game, charge speed and charge max. 
After this i watched a small tutorial on how to add a timer to your UI linked here, it used a specific script that was attached in the videos case to the car in his game.
a very important feature he showed was a start timer and finish timer which is very necessary for what i wanted to create for my own game

Other then watching new videos on the bow and arrow aspect i have been going back and re watching all unity tutorials to try and get a better understanding of the entire process.
i feel going back and re watching is really helping as there was a lot i had missed and a lot i hadn't really picked up and memorized.
this way going back i can ensure that any mistake i make i will be able to fix and correct extremely easily  
Hanzo POV bow animation

Comments

Popular posts from this blog

Games Stories

Hey guys! Today I read an article on  What Every Game Developer Needs to Know about Story Overall it was an extremely good read and i would recommend, although some parts I got lost. Mainly cuz i'm extremely tired and sick :) enough of me complaining lets get into it! what was it about?  Story in games and why the hell is it so important. to show why?, the post takes a dive back in time to look at old formats of story and why they worked, in an effort to show us how to make them work for games a relatively new art form. The facts are the facts and funny enough if you look back (nice rhyming there) in time, the change from movie to games seemed really fucking strange and i am pretty sure some people laughed at the idea of movies/stories being shown through games, but you can flip that argument on its head because movies are just advancements of plays. The first attempt to make movies into stories absolutely failed. The camera was set up in the form of a viewer so f...

Meme Generator Tech Tip

Hey guys! Today I created a Meme from  IMgflip My meme is a take on the distracted BF meme I Created this to inspire !

Unity Tutorial 05

Hey, Today I watched a reviewed unity tutorial 9 , 10 and 11 . Unity tutorial 9 was an interesting introduction to sky boxes, lighting and wind zones. sky boxes seem to be very aesthetically pleasing. Using the TGU sky box pack the person doing the tutorial brought in many templates to use for the sky which effected lighting in the world. using certain settings he was able to increase decrease lighting, shadows textures. the wind zones was an interesting look and i learned that using wind zones you can create a sense of movement in trees and grass. but you can also change it so that when you are within a certain radius the trees and grass will then react to your presence. secondly i watched unity tutorial 10. this tutorial thought us how to pick up a weapon and how to use fade screens. using the code public class we wrote for the Collection of the gem, we can copy and paste this to allow us to collect our axe. Then we learned how to do fade screens. fade screens are prett...