VolumetricLinesUnity icon indicating copy to clipboard operation
VolumetricLinesUnity copied to clipboard

Source of the Volumetric Lines Asset from Unity's Asset Store

Results 5 VolumetricLinesUnity issues
Sort by recently updated
recently updated
newest added

The Unity recorder only records the very center of the volumetric lines laser blast when I have alpha enabled in the recording options (which I need), it does not record...

Support for Single Pass Instanced Rendering has been requested. Further information: https://docs.unity3d.com/Manual/SinglePassInstancing.html

Using Unity 2019.3.9 with URP I get the following when leaving play mode: `Destroying assets is not permitted to avoid data loss. If you really want to remove an asset...

Is there a technical reason why the shader is not emissive, or at least that the emission intensity is not currently modifiable?

The code contains multiple instances of this line ```hlsl float aspectRatio = unity_CameraProjection._m11 / unity_CameraProjection._m00; float2 lineDirProj_prev = normalize( csPos.xy * aspectRatio / csPos.w - // screen-space pos of current...