keijiro / LaspVfx

Audio reactive Unity VFX with LASP
The Unlicense
619 stars 60 forks source link

Is it possible to recreate LaspVfx examples scenes in a new project ? #2

Closed fdiba closed 5 years ago

fdiba commented 5 years ago

Hello, your project works great, but I tried to recreate your scenes inside a new project and I get none of them working.

There is no error but the effect do no respond to the sound. For the waveform example the initial state is not the same too. My image is not flat (due to the preamp parameters).

Is there a way to recreate your examples outside your project ? My main goal is to be able to use the waveform texture inside the vfx graph. I have copied the lasp package and the WaveformBaker shader but it's not sufficent to make everything work.

keijiro commented 5 years ago

I'd recommend copy-and-pasting everything in the Waveform example scene to your own scene. Copy all the files (including .meta files) in LaspVfx/Assets to your project. Open Waveform.unity, copy game objects in the hierarchy and paste them to your scene.

fdiba commented 5 years ago

Yes, it worked. Thank you again for your help.