Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Each project is a standalone Unity project; open its folder in the required Unit
| Project | Description | Required Unity version |
| ------- | ----------- | ---------------------- |
| [Scriptable Processor Random Container](scriptable-processor-random-container) | Implements a simplified version of the Audio Random Container using nested generators. | 6.5 |
| [Scriptable Processor Effect Rack](scriptable-processor-effect-rack) | Builds a rack of scriptable effects on one AudioSource at runtime, turning a spoken clip into radio chatter. | 6.7 |

## License

Expand Down
8 changes: 8 additions & 0 deletions scriptable-processor-effect-rack/Assets/AudioClips.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Git LFS file not shown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions scriptable-processor-effect-rack/Assets/Scenes.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading