Skip to content

Commit

Permalink
Updated readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sztorm committed Aug 12, 2021
1 parent fcf378b commit 178bc58
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ primitive-collider-based colliders.

Mesh-based cylinder colliders seem to have better performance, but the compound colliders may
still perform better than more complex mesh colliders as stated in
(Unity Documentation)[https://docs.unity3d.com/Manual/CollidersOverview.html].
[Unity Documentation](https://docs.unity3d.com/Manual/CollidersOverview.html).

![Screenshot of inspector](Media/Screenshot_Inspector.png "Screenshot of inspector")

Expand All @@ -34,12 +34,14 @@ generate colliders as prefabs in scene editor cannot destroy child objects witho
link.

## Requirements
No special requirements are required. Package is tested and works in Unity 2019.4.28f1, however **CylinderCollider** may work in newer as well as in older Unity versions.
No special requirements are required. Package is tested and works in Unity 2019.4.28f1, however
**CylinderCollider** may work in newer as well as in older Unity versions.

## Instalation
Download release unitypackage and import it to your project.

## License
**CylinderCollider** is licensed under the MIT license. **CylinderCollider** is free for commercial and non-commercial use.
**CylinderCollider** is licensed under the MIT license. **CylinderCollider** is free for
commercial and non-commercial use.

[More about license.](./LICENSE)

0 comments on commit 178bc58

Please sign in to comment.