Publisher | Canis |
---|---|
File size | 121.73kB |
Number of files | 15 |
Latest version | 1 |
Latest release date | 2019-01-23 11:52:07 |
First release date | 2017-07-21 08:00:33 |
Supported Unity versions | 2018.4.2 or higher |
Raycast Gizmos visualizer 1.3
[Support Site | Documentation]
A candy tools for developer,
by wrapping the build in physics raycast methods.
Features:
[Support Site | Documentation]
A candy tools for developer,
by wrapping the build in physics raycast methods.
Features:
- watch the result directly in the scene view.
- zero GC allocation
- UnityEvents Supported: OnHit(Transform);
- Offset, unsync rotation
- Decentralized architecture separate for
{ Raycast, SphereCast, BoxCast, CapsuleCast... },
you can access those structure directly.
- by accessing those struct, you able to define the Raycast similar to Unity API.