File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11## [ 1.1.0]
22
3- - Changes
4- - Randomization of triangle indices to generate a more randomized visulizer.
3+ ### Changes
4+
5+ - Randomization of triangle indices to generate a more randomized visulizer.
56
67## [ 1.0.0]
78
Original file line number Diff line number Diff line change 1- # Unity Audio Visualizer Package
1+ # Unity Audio Visualizer
22
33![ Demo] ( ./Pictures/SmartAssistantAudioDemoHD.png )
44
Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ void OnDisable()
156156}
157157
158158[ BurstCompile (
159- CompileSynchronously = true ,
160- FloatPrecision = FloatPrecision . Medium ,
161- FloatMode = FloatMode . Fast
159+ CompileSynchronously = true ,
160+ FloatPrecision = FloatPrecision . Medium ,
161+ FloatMode = FloatMode . Fast
162162) ]
163163public struct AudioMeshVisualizer : IJobParallelFor
164164{
You can’t perform that action at this time.
0 commit comments