TEMPLATE NAME: Dynamic Ropes System
CORE VERSION: 1.0.226
TEMPLATE VERSION: 1.3.0
TEMPLATE DESCRIPTION:
Dynamic Ropes System that simulates rope movement using Verlet Integration.
The rope system is implemented in Client Context and so does not support collisions does simulate collision with the ground plane by contraining z-axis position.
Includes 3 base templates:
- Rope Basic
- Rope Anchored
- Rope Leash
Includes sample customization from base template:
- Rope Basic Lanterns
- Rope Basic Air Dancer
- Rope Anchored Lights
- Rope Anchored Bridge
- Rope Anchored Elastic
- Rope Leash Whelp
- Rope Leash Raptor
- Rope Leash Kite
- Rope Leash Ball & Chain
Includes sample interactable implementation:
- Rope Power Plug
Includes demo scene template that everything above in a single scene:
- Dynamic Ropes Demo Scene
MEDIA:
Custom Properties
ADDITIONAL INFO:
The dynamic ropes system is essentially running physics simulation on the client computer so this should be used with performance considerations in mind.