Search Unity

[RELEASED] Show Lasers Asset: Create laser shows in Unity

Discussion in 'Assets and Asset Store' started by plmx, Mar 15, 2019.

  1. plmx

    plmx

    Joined:
    Sep 10, 2015
    Posts:
    308
    We're thrilled to have our first asset on the store - it is called Show Lasers and can be used to create laser shows (and other laser-related stuff). As an example, watch this:



    Full source code is included, and the scripts and shaders run on mobile and in VR, even with single pass stereo. It's great to watch your own laser show in VR ;-)

    Asset store link: http://u3d.as/1rFj

    Any questions, post them here or send us an email at support@sourcenity.com !

    Philip


    Full Description:

    Show Lasers is a script+shader for displaying laser beams which are modelled after those used in typical laser shows.

    You can use the Show Lasers to create your own laser shows made out of laser beams, fans, sheets, tunnels, and liquid sky effects – or use the effect to create a variety of other effects such as “laser scanner” visuals, laser grids or fences, skylights, or simply display ordinary laser beams.

    The laser beams can be configured in three basic forms (rectangular, circular (fan-like) and conic), and give the appearance of “cutting through” smoke. The exact appearance and animation of the smoke can be configured directly through the script.

    Simply add the Show Lasers script to an empty game object and configure the visuals in the script. The shader will automatically update the visuals, even in the scene view. You can configure a wide array of settings, including width, length, radius, main color, border color(s), transparency, type of smoke, distortion and speed of smoke, fade-out towards the end of the beam, etc.

    For laser show animation, you can either use Unity’s built-in Mecanim animation system and arrange your shows using the timeline, or control the Show Lasers script using your own code. The demo laser show (see video) is part of the package, is made with Meccanim + Timeline, and can be inspected and reused.

    Show Lasers works with VR, including Single Pass Stereo mode, and thus allows you to watch your own shows in VR! Show Lasers also works on both PC and mobile (Android) including the Oculus Go. Furthermore, Show Lasers works in both Forward and Deferred mode as well as using Linear and Gamma modes.

    Performance: the demo laser show (see video) takes about 0.2ms/frame on the minimum VR hardware (i5-4590, GTX970) in 1920x1080. In VR, a solid 90fps is reached, likewise 60fps are reached on mobile (Samsung Galaxy S7) in flat mode, as well as on the Oculus Go in VR mode.

    Show Lasers does not require, but works great with a Bloom post processing effect. A simple Bloom effect is included, but you can also use any other, including the one from Unity’s post processing stack.

    Have fun working on your own laser creations!
     
    Last edited: Mar 26, 2019
    Mauri likes this.
  2. sorgrash2

    sorgrash2

    Joined:
    Mar 28, 2019
    Posts:
    1
    Does this also work in Unity Free or is it Pro only?
     
  3. plmx

    plmx

    Joined:
    Sep 10, 2015
    Posts:
    308
    Hi Sorgrash,

    it works in all Tiers (Free, Plus, Pro).

    Philip