- Home /
Unity Game Development Essentials
In chapters 2 and 3 it is talking about the FPSWalker script! I DO NOT have this script as a component of the First Person Controller! Instead I have a Character Motor script! Does it have the same kind of function with the FPSWalker script? Thank you
Answer by testure · May 31, 2011 at 06:50 PM
In unity3 they did away with the old standardassets package (which was huge), now everything is split up into different packages. The one you're after is called Character Controllers, and there is a new FPS controller in there. It's actually a lot better than the FPSWalker script, but functionally it serves the same purpose- just know that all of the inspector variables may not be 100% the same. From what I remember about that book, it shouldn't really matter though.
Answer by willgoldstone · May 31, 2011 at 07:03 PM
Yes it does a similar thing, just better - still worth going over that original script though for interests sake, the book is currently being updated for a second edition, though there isn't anything major that should stop you using the current edition, but feel free to comment on this question and i'll get back to you.
Your answer

Follow this Question
Related Questions
How To Make A RPG Fantasy Game 1 Answer
Why not good Procedural Tutorials? 0 Answers
3d Game Kit ( Grenadier) 0 Answers
How to use FirstPersonController script for iPhone? 2 Answers
OnCollisionEnter not working with standard First Person Controller? 0 Answers