Cylinder Collider(+Pipe +Torus)
olivecrow
$4.99
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
08/18(2022) |
4.99 |
11/16(2024) |
4.99 |
Jump AssetStore
This is CylinderCollider and Torus Collider.
Pipe shape also included.🔴🔴Features🔴🔴1. Super easy to use. It can be used in the same way as any other collider.2. Included Collider API. (sharedMaterial, isTrigger, direction, Raycast(), ClosestPoint... etc)3. Of course, you can change variables at runtime as well.4. Pipe shape of cylinder collider included.5. TorusCollider included.🟢🟢How to Use🟢🟢Usage is very simple. It shares the same interface with other collider components in Unity. The difference is only 2 variables.Resolution : Determines the number of sub BoxColliders that make up CylinderCollider. The higher the value, the closer it is to a true cylinder.Shape : You can select cylinder shape or pipe shape.You can change all veriables in runtime. Just use it as if any other collider.🟡🟡Limitation🟡🟡1)There is no feature to resize via gizmos in the scene view yet. You have to adjust it through variables. I'll add that feature later. But it has a feature to fit to the bounds of an attached renderer. 2)Multiple Components in a gameObject is disallowed. Because these components has child gameObject for primitive colliders and should find it on reset.If you want add multiple colliders, add child gameObjects and attach the component to it.