Game Development Reference
In-Depth Information
Are you ready to go gung ho?
A Hotshot challenge
Now we know how to create a custom character control script, camera, and animaion from
our custom script. Even though our custom script works great with this character, it sill has a
lot of things that we can improve to make our script much more flexible. Let's do something
to make our script beter, and much more lexible. Give the following ideas a try:
F Add your own character with a diferent animaion, even if the character has more
than ive animaion clips
F Use a different method to make the camera not follow the character when our
character jumps (or basically just rotate the camera)
F Change some parameters such as distance or height in the CharacterCamera
script to see how the game will look
F Create more acion for the character such as slide or crawl and create a script to
show using crossFade to fade from one acion to another
F Add the backward walk or run by seing the negaive speed for those animaion
clips and using the b_isBackward property to check it
 
Search WWH ::




Custom Search