Posts

Showing posts with the label unity

unity free tutorial

Image
Unity tutorial better jumping  This weeks unity tutorial will be aiding me to improve the jumping mechanic and allow for a better controlled and more fluid experience. This tutorial is based on using gravity and colliders and using scrips to improve them. The whole point of the tutorial is to allow for the player to decide on their jump force and distance. This means the harder the player holds the jump button the higher an longer the jump will activate. This works by incorporating velocity and a fall multiplier. In our script file we need two floats fall multiplier and a low multiplier. Then we need to reference these to our body. Finally, we must have an update the command, so if the player hits jump the script will it will apply the gravity we set and then this will be multiplied by the fall multiplier we set then we will multiply this all by the actual time been " Timedeltatime. This all together will allow the player to have more control over placement and...

Unity Tutorial 01

Image
After watching a few Unity tutorials I am impressed with the software and look forward to using it and developing a better understanding of how to use it. I think it is impressive that anyone can start getting into the world of game design by starting off in Unity. Unity is the is one of the most used game engine and development pieces of software and it is easy to see why. Unity provides a large array of settings and options to allow you to set up just about anything you would need for a game you have in mind, with a large number of free assists ready for you to use provided by more experienced workers it is easy to get into it and start messing around with different tools and features.                                                                           Game Objects Assist...