Andeeee suggests that we post questions here rather than the forum, well this question has got almost no response…
Its an issue I have been struggling with this for 4 days (not consecutively mind you)and have got NOWHERE…
Seeing as having characters in a scene is THE MOST BASIC OF ISSUES in a game, I’m really embarrassed that I cant get it to work!
Please read on (There now follows an EDIT of a few posts from the forum.
Can someone please tell me where the documentation for the Third Person MMO Controller is?
Here is says “Documented and polished to great detail”
Well in the package there is a documentation folder with a PDF for both controllers, but no real instructions.
For example, where to I attach my character model? How do I link it up to the Animations for Idle and Run etc…
I have added my character to the controller, attached my animations. And now when i run, he moves and rotates, and plays the idle animation.
But NOT the run animation.
So I peek at the Viking demo, I notice that Unity have two sneaky extra scripts, the CloseCameraFade (I dont think I have any issues with yes just yet… maybe later) and AnimationController … Aha…I think… and add these two.
Seriously, if this file is important to the system, why no instructions??? Just 2 limited PDFs about the other 2 scripts… that are basically explaining what you see in front of you… wheres the walk-thru?
Soo… I add them,there’s some transforms to add… thats not too complex, (but here I DID still have to pop into Viking demo after every step to see what that transform REALLY was… their root, was my hips, their hub was my spine etc etc… Again… and NO explanation for us nubes…
Still no animations happening when I play…
What IS the work flow here… I have scoured YouTube for tuts… but they are either too crap to understand, or so far away from what Im doing…
Maybe this is common knowledge for the seasoned Unity developer, but then… they wouldnt be using this controller.
please… a walkthru from adding this to a project to having a character run about.
FOUR DAYS I TELL YOU!! Thats how long Ive spent on this…
HELP!!
Regards Mark
Where did you find your tutorial? (link please) :)
– DakwamineAs I said, I DID NOT find any that helped, I sure I just searched on Unity Character Controler. You wont find anything though...
– markfrancombeWrite your own controller. With all due respect, Unity's character controllers are awful and overly complex for no reason. They're also VERY resource-hungry (about half a dozen CharacterController-driven objects take resources equal to 1024 NavMesh-driven objects, for example) and I believe they haven't been updated since 2010 or so. To have the camera rotate around the character MMO-like you can create a simple rig of two or three GameObjects as your pivots and rails.
– asafsitnerIt would help if you answered the first comment by @Dakwamine (very helpful member). I have been watching this Qn since posted. What is the link where you got the screenshot from - https://skitch.com/markfrancombe/8ei52/unity or if this is a screenshot of a program , what was it. Basically , where did you hear about this ? you may just have to take "Documented and polished to great detail" as advertising jargon .
– AlucardJay