Laser Machine
Lightbug
$0.0
Date |
Price |
---|---|
日期和时间 |
价钱($) |
01/30(2019) |
0.0 |
11/20(2024) |
0.0 |
Jump AssetStore
Links: Website |
Unity Connect |
Email
DESCRIPTION
Laser Machine is a simple component that allows you to create an array of lasers in radial shape. These lasers can collide with 2D and 3D colliders. The component make use of the Linecast method to detect collisions, combine with a line renderer component to archive the visual result.
FEATURES
- Set the shape of the lasers array (only radial shape in version 1.0).
- It works in a 2D and 3D physics enviroment.
- Set up to a maximum of 50 lasers per object.
- Animate the lasers (rotation and intermittency).
- Assign external data (via scriptable object) in order to provide the basics resources and unique properties (for example to create different types of deathly laser traps), different materials, speed, shape, angular range, ray width, etc.
- Override the external data properties in order to create more uniqueness.