You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
-
# Unity Audio Visualizer
1
+
# Unity Audio Visualizer Package
2
2
3
3

4
4
5
5
## What does this package contains??
6
6
7
-
This is a package than handles all sorts of audio processing that is needed for the [Smart Assistant](https://github.com/voxell-tech/Voxell) project. Anyone can use this package in any way they want as long as they credit the author(s) and also respect the [license](LICENSE) agreement.
7
+
This is a package than handles audio processing and visualization. Anyone can use this package in any way they want as long as they credit the author(s) and also respect the [license](LICENSE) agreement.
8
8
9
9
10
10
### Audio Visualizer
11
11
12
-
The audio visualizer is made using custom VFX Graph and custom Shader Graph. It also utilizes Unity's Job System and Burst Compiler to manipulate the mesh of the audio visualizer.
12
+
The audio visualizer is made using custom VFX Graph and custom Shader (Wireframe Shader). It also utilizes Unity's Job System and Burst Compiler to manipulate each triangles of the mesh of the audio visualizer.
13
13
14
14
## How to use?
15
15
16
16
This package only supports the Universal Render Pipeline. Unity's Job System and Burst Compiler must also be installed in order for this package to function.
17
17
18
18
1. Setup a project with URP as it's SRP.
19
19
2. Install Unity's Job System and Burst Compiler from the Package Manager.
20
-
3. Clone this repository and the [Core Repository](https://github.com/voxell-tech/smartassistant.core)into your project's Packages folder.
20
+
3. Clone this repository and the [Unity Util](https://github.com/voxell-tech/UnityUtil) repository into your project's `Packages` folder.
21
21
4. And you are ready to go!
22
22
23
23
## Support the project!
@@ -32,6 +32,6 @@ This package only supports the Universal Render Pipeline. Unity's Job System and
32
32
33
33
## License
34
34
35
-
Smart Assistant as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.
35
+
This repository as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.
0 commit comments