Publisher | Padia 3D |
---|---|
File size | 244.72kB |
Number of files | 17 |
Latest version | 1 |
Latest release date | 2019-12-20 03:17:13 |
First release date | 2019-12-20 03:17:13 |
Supported Unity versions | 2018.4.2 or higher |
This package is a extension of the Raycast system of Unity, it is useful to make lasers and distance measurer.
Includes a demo scene with a simple car physics to test the sensors, with the range detection sensor and the sample ray sensor.
The range detection sensor, works with a sphere that detects how many objects there are close to the player/game object, it spawns a ray sensor and make it point to the object that is detected by the sphere, it spawns the same number of rays that detected game objects.
The simple ray sensor, is a visible line that works like a raycast, it can hit game objects with colliders, storage information about the game objects that has been hit and change the ray color when it collides with an object.
This package can be used for AI purposes, machine learning projects, character pathfinding....
Includes a demo scene with a simple car physics to test the sensors, with the range detection sensor and the sample ray sensor.
The range detection sensor, works with a sphere that detects how many objects there are close to the player/game object, it spawns a ray sensor and make it point to the object that is detected by the sphere, it spawns the same number of rays that detected game objects.
The simple ray sensor, is a visible line that works like a raycast, it can hit game objects with colliders, storage information about the game objects that has been hit and change the ray color when it collides with an object.
This package can be used for AI purposes, machine learning projects, character pathfinding....