Quantcast
Channel: Questions in topic: "state machine"
Viewing all articles
Browse latest Browse all 42

Twiching Velocity using RigidBody.addForce.

$
0
0
I am having a problem that when the Enemy try to move to the Player the velocity kept changing, The code: Vector3 direction = player.transform.position - transform.position; direction = direction .normalized * speed; Vector3 velocityChange = direction - rigidbody.velocity; velocityChange.y = 0; velocityChange = Vector3.ClampMagnitude(velocityChange, speed); rigidbody.AddForce(velocityChange, ForceMode.VelocityChange); ---------- **Note:** This is Running under OnStateUpdate (State Machine Behaviour) ![alt text][1] ---------- Debug Rays: 1. Red Ray is the path of the Enemy. 2. Green Ray is the direction of Vector(direction). 3. Blue Ray is the direction of Vector(velocityChange). 4. Cyan Ray is the direction of Vector(velocity of the rigidbody). ---------- This is what it supposed to be like. ![alt text][2] ---------- if you need more Information please ask what you need. thank you. [1]: /storage/temp/160444-untitled.png [2]: /storage/temp/160447-untitled1.png

Viewing all articles
Browse latest Browse all 42

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>