Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WestHillApps/Custom-Primitive-Colliders
Custom primitive colliders for Unity.
https://github.com/WestHillApps/Custom-Primitive-Colliders
Last synced: about 2 months ago
JSON representation
Custom primitive colliders for Unity.
- Host: GitHub
- URL: https://github.com/WestHillApps/Custom-Primitive-Colliders
- Owner: westhillapps
- License: mit
- Created: 2018-06-29T14:41:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T15:36:34.000Z (over 6 years ago)
- Last Synced: 2024-08-03T19:09:57.985Z (5 months ago)
- Language: C#
- Size: 31.3 KB
- Stars: 123
- Watchers: 11
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Custom-Primitive-Colliders - Custom primitive colliders (Physics)
README
# Custom-Primitive-Colliders
[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/mit-license.php)
[![GitHub Stars](https://img.shields.io/github/stars/WestHillApps/Custom-Primitive-Colliders.svg)](https://github.com/WestHillApps/Custom-Primitive-Colliders/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/WestHillApps/Custom-Primitive-Colliders.svg)](https://github.com/WestHillApps/Custom-Primitive-Colliders/network)Custom primitive colliders for Unity.
made with Unity 2017.4.6f1* Fan Cylinder Collider
![FanCylinderCollider](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/custom-primitive-colliders_fan_cylinder_collider_01.gif)* Cone Collider
![ConeCollider](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/custom-primitive-colliders_cone_collider_01.gif)* Fan Collider 2D
![FanCollider2D](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/custom-primitive-colliders_fan_collider_2d_01.gif)* Triangle Collider 2D
![TriangleCollider2D](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/custom-primitive-colliders_triangle_collider_2d_01.gif)How To Use
-------
Add the component to GameObject.* Fan Cylinder Collider - (Add Component >> CustomPrimitiveColliders/3D/Fan Cylinder Collider)
![GradientColor02](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/custom-primitive-colliders_fan_cylinder_collider_02.png)* Cone Collider - (Add Component >> CustomPrimitiveColliders/3D/Cone Collider)
![GradientColor02](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/custom-primitive-colliders_cone_collider_02.png)* Fan Collider 2D - (Add Component >> CustomPrimitiveColliders/2D/Fan Collider 2D)
![GradientColor02](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/custom-primitive-colliders_fan_collider_2d_02.png)* Triangle Collider 2D - (Add Component >> CustomPrimitiveColliders/2D/Triangle Collider 2D)
![GradientColor02](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/custom-primitive-colliders_triangle_collider_2d_02.png)
Developed By
-------
WestHillApps (Hironari Nishioka) -License
-------
MIT LicenseCopyright (c) 2018 WestHillApps (Hironari Nishioka)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.