Publisher | Hawas |
---|---|
File size | 1.52MB |
Number of files | 27 |
Latest version | 1 |
Latest release date | 2021-03-04 11:44:12 |
First release date | 2021-03-04 11:44:12 |
Supported Unity versions | 2018.4.2 or higher |
A Collection of Components to simplify ray casting in Unity by exposing the parameters for ray casting in the inspector,and making it easier to do multiple ray casts at once.
Usage :
1) Add a Physics Caster component to your scene.
2) Assign any transforms you want to use as the origin for ray casting to the Caster Transforms list in the inspector.
3) Add a reference to your Physics Caster Component in your Code.
4) Call PhysicsCaster.Cast()Or PhysicsCaster.CastAll() in your code as needed.