Rope Minikit

by [email protected]

This is a paid asset, but now you can download Rope Minikit Free.

Detail this asset from Unity Store: Original Link

Rope Minikit v1.11 (Latest version)

Download Now

The Rope Minikit is a code pacakge that brings stable rope physics to your Unity3d project. The rope component can be used to simulate simple hanging wires or more advanced setups with pulleys and weights that require active collision detection. The bundled example scene shows how to connect the rope for a physically simulated crane, a rope bridge and set of swings. The rope component is written with performance in mind and many compute intensive tasks are handled by Unity jobs on separate threads accelerated using the Burst compiler.

WebGL demo (no Burst) | Website & Readme

Features
– Stable rope physics
– Many tweakable user parameters
– Rigidbody connections allow interaction with the built-in physics engine
– Supports dynamic splitting
– Supports custom meshes (a chain with links, for example)
– Scene view handles for adjusting the spawn curve
– High performance is achieved using Unity jobs and the Burst compiler
— Typical performance for the example scene with collisions enabled:
—— ~0.2 ms spent in job threads
—— ~0.7 ms spent on the main thread
— Typical performance for the example scene with collisions disabled:
—— ~0.15 ms spent in job threads
—— ~0.35 ms spent on the main thread
– Full source code
– Example scene contains:
— Physically simulated crane
— Rope bridge
— Swings
— Mouse interaction script

Current Limitations
– Collisions work with convex Mesh, Box, Sphere and Capsule colliders only
– It is difficult to get perfectly stiff ropes unless very small physics time steps are used
– Rope bridge currently only takes the resting mass of colliding rigidbodies into account, there is no impact effect
– Scripting knowledge required for creating stable rope suspended platforms other than rope bridges

Requirements
– Burst 1.1.2 or above

About the Minikits
Minikits are small, tweakable and extendable packages with full source code that illustrate how to implement interesting behaviours for your project. They’re designed to be easy-to-use and self-explanatory.

Related Posts

Leave a Comment