- Home /
Dead Nation-alike controller
Hello there!
I want to emulate this controller on Unity: http://www.youtube.com/watch?v=-syxOHFqN0k
It's a lot like the Angry Bots main character, but I couldn't find the scripts on the demo.
I was thinking about using a First-Person-Controller, but changing the camera-rig (to a top-down perspective), and locking the mouse-look on the plane X-Z perspective. Any ideas? Or even an asset (couldn't find one)?
Thanks!!!
André
Really?
Angry Bots demo :
open the scene
in Hierarchy window, click on Player
look in the Inspector
scripts to note are :
Player$$anonymous$$oveController
Free$$anonymous$$ovement$$anonymous$$otor
located in the project window under Scripts/$$anonymous$$ovement
You'll also want to look at the Joystick script and prefab (Prefabs/$$anonymous$$isc)
The default scene just have a "demo-controller" and a camera. Nothing else :( However, I'll look at the scripts anyway! Thanks!
I'll take a screenshot tonight - stupid me just opened the scenes on the scenes folder :( Thanks for your help!!!
Your answer
Follow this Question
Related Questions
Can't use camera.main [SOLVED] 1 Answer
MMD How to export model and animations to Unity as 3rd person controller? 2 Answers
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Torque forces or Quaternion transforms for hovercraft rotations? 2 Answers
Referencing an object from one script to another, script reference doesn't help :/ 0 Answers
