Bicycle Chain
broniek
$8.99
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
07/18(2022) |
8.99 |
11/17(2024) |
8.99 |
Jump AssetStore
1.Introduction
This package allows you to create bicycle chains and gears with configurable parameters. You can make a chain of the correct length to fit the size of the associated gears.
Various configurations of gears and chains can be created. The created chain is a physical object.
2.Setting the scene
It's important to have an empty game object with a ChainManager script attached to it. In this component's Inspector Window, set the appropriate chain parameters. If the chain will be associated with a toothed wheel, the parameters of the cell will be matched to its teeth.
The gear should have a scripting component called GearManager. We set the appropriate parameters of the toothed wheel in it.
3.Exemplary scenes
- SingleChain – scene with a single bicycle chain hanging on two bars
- BicycleChain – scene with single bicycle chain with two gears attached to this chain