Skip to main content

100. Unity3d Tutorial - Player Movement 2.0 Part 9

See video

We continue with another tutorial in our Hack And Slash demo made with the Unity3d Game Engine.

In this video,we will implement the strafing back in, and then start setting it up so we can use a different script for the input so we can use this script for all of our mobs as well.

Unity API: 
Tags:

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Offline
Joined: Jun 16 2011

At this point i have a Big problem and no sense why.
The Movement Script and the AdvancedMovement Script attached to the player model, but AdvancedMovement couldt not be loaded.

i can turn and move forward, the features from the Advanced are not working.

Then turn unity off on off on and advanced Works, then the same and advanced not working.

What is the Problem ?
Plz help.

Anyway nice Tut series i learn much from it, but the Camera and the Character movement are definitly not my thing.
It works not well and i have much problems with it.

AND the big Problem, how to attach that all to the Spawnpoint ??
It kills me 90Tutorials fun :) and the last part is Bad :(

StephanLome's picture
Offline
Joined: Sep 23 2011

Did you disable the Movement script in the Inspector window for the player object? We disabled that Movement.cs script right before we started working on AdvancedMovement.cs.

If they're both enabled, I'm sure you'll see conflict issues.

-S

-StephanLome