|
Hello everyone. I'm trying to implement a 'Click to Move' to a capsule. Is there any script for this particular type of movement? As the style of Diablo
(comments are locked)
|
|
you can find the script you seek (and much, much more) on Unity Wiki http://www.unifycommunity.com/wiki/index.php?title=Scripts Thank you very much :)
Nov 20 '10 at 09:47 PM
stefano
(comments are locked)
|
|
1) first you use ray casting to detect the Hit point of the terrain. You have to make sure the Y- is correct other wise you ll keep walking into the ground.
(comments are locked)
|
|
Check the "Moving on Uneven Terrain" at the ITween website. You can use his documentation for using the library. http://www.pixelplacement.com/itween/examples.php
(comments are locked)
|
