Star USER "Unity Paid Assets for Free". Powered by Blogger.

Contact Info

Lorem Ipsum is simply dummy text of the printing and typesetting has been the industry's.

What our clients say

Lorem Ipsum has been the industry's standard dummy text.

My Recent Works

Lorem Ipsum has been the industry's standard dummy text.

Report Abuse

About Me

Contact Form

Janie Doe

Janie Doe

UI Designer

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software including versions of Lorem Ipsum.

Richard Roe

Richard Roe

UX Designer

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software including versions of Lorem Ipsum.

Social Media Marketing

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been.

Web Development

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been.

Search This Blog

Branding And Identity

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been.

Something about me

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.

Hello, I am John Doe

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's.

Popular Posts

Facebook

Kinematic Character Controller – Free Download

Kinematic Character Controller – Free Download

Price 50$ on Unity Asset Store: https://assetstore.unity.com/packages/tools/physics/kinematic-character-controller-99131
But now you can download Kinematic Character Controller FREE.

 Kinematic Character Controller v2.3.0




What is Kinematic Character Controller?
Kinematic Character Controller a relatively low-level character controller solution that is not tied to any specific game genre and is made to be cleanly integrated into any project/architecture with as little friction or bloat as possible. Instead of using rigidbody physics, it uses a “collide and slide” algorithm that makes its movements perfectly fluid, precise and responsive. Note that its “kinematic” nature means that it will not get pushed by forces or rigidbodies automatically. These sorts of interactions have to be explicitly scripted.

Who is it for?
Strong programming and 3D math knowledge are required in order to use this package. This is by no means a “plug-and-play” solution, and it expects you to write your own input, camera, animation and velocity/rotation-handling code. It was made for users who wish to have the full freedom of writing their own game-specific character controllers, but want to have a strong foundation to start with.

How is it used?
You create a new class that inherits from an abstract “BaseCharacterController” class, and implement all of its abstract methods. With this approach, you have total control over what the character controller does, and you can implement any feature you want. The methods to implement include things like:
– UpdateVelocity: Asks you to return the velocity the character should have right now
– UpdateRotation: Asks you to return the rotation the character should have right now
– OnMovementHit: Event fired when the character hits something
– IsColliderValidForCollisions: Asks if a certain collider should be considered for collisions or not
– …and many more

What’s included?
This package contains:
– The “core” components that users will use to build their own character controllers
– An “example” character controller that’s meant to demonstrate the system’s capabilities (the one you see in the WebGL demo)
– A “walkthrough”, which is a series of tutorials that give examples of how to implement common features such as double-jumping, climbing ladders, swimming, rootmotion, using navmeshes, networking, etc….

Main features and caracteristics
– Capsule-based collisions
– Smoothly interpolated movement
– No GC allocations and several Quality/Performance options
– Handles moving on steps
– Ground snapping (does not “launch” off of slopes)
– Gracefully handles common character controller pitfalls such as slowly shrinking corridors, angled corners and concave colliders
– Supports pushing or standing on dynamic rigidbodies
– Support for moving platforms, without requiring any object parenting.
– Supports arbitrary gravity and up direction
– Supports locking physics/movement to a specific plane (useful for 2.5D games)
– Support for ignoring specific collisions
– Supports both manual and automatic transforms syncing (Unity 2017.2 feature)
– Made with networking in mind. You can have explicit control over the “ticking” of the character simulation, allowing you to use this package in an authoritative server architecture with re-simulation of inputs.

Reviews and Comments

Post a Comment