Physics Character Controller
nappin
$27.00
Date |
Price |
---|---|
日期和时间 |
价钱($) |
11/11(2021) |
25.0 |
02/15(2022) |
28.0 |
03/07(2022) |
14.0 |
03/30(2022) |
28.0 |
04/25(2022) |
27.0 |
07/26(2022) |
16.2 |
08/10(2022) |
27.0 |
12/21(2022) |
13.5 |
01/19(2023) |
27.0 |
05/10(2023) |
13.5 |
06/03(2023) |
27.0 |
12/19(2023) |
13.5 |
01/11(2024) |
27.0 |
01/19(2024) |
25.0 |
04/16(2024) |
27.0 |
10/02(2024) |
13.5 |
10/23(2024) |
27.0 |
11/19(2024) |
27.0 |
Jump AssetStore
Physics Character Controller is a feature-rich, highly customizable rigidbody based character controller super easy to pick up and use out of the box and / or customize______________________Update 5.0.0 indtroduced a Major Camera update, feel free to check the Release Notes and the Playable Demo below to test the asset yourself![Documentation / Walkthrough][Playable Demo]_____________________What is it?Physics Character Controller is a powerful yet simple character controller based on the unity physics system without the need to use custom kinematics. The character can easily interact with the physical environment, move and push objects, slide on surfaces, climb, wall jump and so on...How do I use it?Simple: install the package, assign a ground layer to your floor and reference it in the CharacterController (and AnimatedController if you are using one) and you are ready to go! The package accommodates the user who wants a simple plug and play solution and also developers who want to add their own modifications on top of the existing code.What's included?The package contains:Player model and multiple obstacle meshesHumanoid animated modelPrefab folder with all the "core" components2 sample scenes that guides the user and allows them to experiment with the character controller and find the best parameters combination for their needs.The package main features are:Basic character movement in third and first personPlayer can move the character and rotate the cameraPlayer can perform jump, long jumps, wall climb, wall slide, crouch, climb and sprintCamera solution to avoid clipping with the objects in the sceneCapsule based collision and simple interpolated movementsAllows the player to walk on rubble and irregular terrainAllows the player to walk on smooth terrain with changing normalsAllows the player to move up a slope within a certain angle limitGround snapping so the player can stick to surfaces and slopesAllows the player to move on steps (within a certain height set by the player)Supports rigidbody interaction and allows the player to move and collide with rigidbodiesSupports and ignores specific layersContains prefab that simulate viscosityContrains speedup and slowdown platformsContains bounce platformsContains moving platformsContains rotating platforms that keep the player rotation lockedAllows the player to climb ladders▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒» FAQ:Can the player collide with simple rigidbodies? Yes, differently from other character controllers, the player is simply a vanilla rigidbody so it can handle interaction with every physic object without having to attach scripts and complicate your project.Do I need to be a coder? No, the asset allows you to simply edit the controller to your need (check the documentation below to know the details). If you want to add new features a intermediate level of programming is required and of course I'm always available to assist you via email.How is the camera handled? With cinemachine, the project is setup so that there are 4 different cameras for mouse, controller, first person and third person. Regardless you can easily create your own solution.Can I use a humanoid character? Of course, you can use the controller to set animation parameters (isGrounded, isSliding,IsTouchingWall...etc)____________________________________If you have any questions, suggestions or feedback, please feel free to contact me at nappin.1bit@gmail.com[Documentation / Walkthrough][Support Thread][Playable Demo][Twitter]PCC uses the new unity input system (and contains collapsed code if you want to use the old one). It's raccomended to install the new input system before importing the packagePCC uses cinemachine but the package also works with custom camera solutions. It's raccomended to install cinemachine before importing the package