Publisher | broniek |
---|---|
File size | 174.50kB |
Number of files | 40 |
Latest version | 1 |
Latest release date | 2022-07-18 10:18:14 |
First release date | 2022-07-18 10:18:14 |
Supported Unity versions | 2018.4.2 or higher |
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
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