|
I need to have a character walk up to an object and be able to press a button to switch character controllers. Anyone know how because I'm stumped.
(comments are locked)
|
|
You want to detect that the player is near enough and that they're pressing a button - in Vehicle.js:
then in your Player.js:
There's lots of room for improvement in there (lots), but that should be a good start. Thank you soooo much!
Nov 25 '10 at 05:20 AM
Joe 3
(comments are locked)
|
|
Use
that's just the bare bones of a script but try to fit that in.
(comments are locked)
|
|
Switching character controllers meaning like the FPSWalker script? The actual Character Controller itself doesn't do anything unless a script tells it to. Comment your answer and I'll tell you the appropriate way to do this... Christian like if a player were to walk up to a car and drive it
Sep 25 '10 at 11:15 PM
Joe 3
(comments are locked)
|
