Rival - DOTS Character Controller
Philippe St-Amand
$80.00
Date |
Price |
---|---|
日期和时间 |
价钱($) |
05/31(2021) |
80.0 |
05/31(2021) |
40.0 |
06/15(2021) |
80.0 |
09/15(2021) |
40.0 |
10/04(2021) |
80.0 |
11/10(2021) |
40.0 |
11/13(2021) |
80.0 |
11/15(2021) |
40.0 |
12/05(2021) |
80.0 |
12/13(2021) |
40.0 |
01/12(2022) |
80.0 |
04/11(2022) |
40.0 |
05/01(2022) |
80.0 |
11/20(2024) |
80.0 |
Jump AssetStore
Rival is a DOTS character controller built for extensibility & performance, and made with networking in mind.
It comes with a samples project that includes a 3D platformer and an online FPS.-------------------------!!! IMPORTANT !!!-------------------------This is a DOTS asset that uses DOTS physics. It can only be compatible with projects that were also built with DOTS physicsThis asset will be in preview for as long as DOTS itself is in preview. Until Rival reaches v1.0, its APIs could change in order to keep up with DOTS advancements.Unity 2020.3 or 2021.3 are recommended for DOTS development-------------------------What is 'Rival'?-------------------------Rival is a DOTS character controller solution built for extensibility & performance. It is not tied to any specific game genre, and can be modified or extended to support almost any character movement feature you could imagine. At its core, it does not deal with input, animation, or cameras. However, it does come with sample/starter content to demonstrate ways of implementing these. It focuses on solving the difficult character physics & code structure problems, and leaves all of the game-specific logic in your hands.It is also made with networking in mind:holds minimal state dataputs you in full control of the character update loopallows support for network predictiongives you enough low-level control to allow you to add support for any networking solution (it is not tied to a specific networking package)Rival is compatible with both DOTS physics solutions: unity.physics and havok.physics[Documentation Website][FAQ][Forum Thread][Discord]-------------------------Who is it for?-------------------------This asset is targeted at programmers who have good 3D math knowledge. When using Rival, you will be implementing all of your custom character velocity/rotation logic through code directly.Before you buy, it is highly recommended that you try to familiarize yourself with what DOTS is, and how ECS programming works in practice. It is completely different from regular Monobehaviour programming in Unity.-------------------------How is it used?-------------------------Rival comes with "StandardCharacter" packages that contain simple plug-n-play FirstPerson and ThirdPerson characters & cameras. You can export those into your project, and start customizing their prefabs, systems & components to suit your needs. A full tutorial is available on the documentation website.-------------------------Samples-------------------------Rival comes with a Samples project that can be installed optionally. The samples include a 3D Platformer game, an Online FPS game, a Stress Test scene, and a Basic playground with vehicles and various physics interactions.-------------------------Character Features-------------------------Here are some of the core features that Rival supports:Continuous collision detectionSnap to the ground (or not)Support any gravity or character orientationSupport any convex collider shape for the character (Capsule, Box, Cylinder, etc...)Prevent walking on steep slopesReceive external forcesFilter out collisions through codePrevent grounding on certain entities through codeCustomize how the velocity gets projectedStep handlingPrevent grounding based on slope change anglesStand on and be pushed by kinematic rigidbodies (moving platforms)Stand on, push, and be pushed by dynamic rigidbodiesSee the How-To page of the documentation, as well as the various samples, for more examples of features that can be implemented in a Rival character-------------------------Limitations-------------------------There are certain particularities & limitations to be aware of with Rival characters, mostly with respect to physics interactions with dynamic rigidbodies. You may see a list of limitations on the Limitations pageThis is a DOTS asset that uses DOTS physics. It can only be compatible with projects that were also built with DOTS physicsCompatible with both DOTS physics solutions: unity.physics and havok.physicsspecifically (this is the recommended Unity version for DOTS development)