Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samsawyer85/Unity3D_PropertyDrawer_AudioClip
Draws a play button and waveform preview for serialized AudioClip fields
https://github.com/samsawyer85/Unity3D_PropertyDrawer_AudioClip
Last synced: 3 months ago
JSON representation
Draws a play button and waveform preview for serialized AudioClip fields
- Host: GitHub
- URL: https://github.com/samsawyer85/Unity3D_PropertyDrawer_AudioClip
- Owner: samsawyer85
- License: apache-2.0
- Created: 2017-10-05T18:56:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T19:12:09.000Z (about 7 years ago)
- Last Synced: 2024-07-13T22:48:30.008Z (4 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity3D_PropertyDrawer_AudioClip - Draws a play button and waveform preview for serialized AudioClip fields (Attribute)
README
# Unity3D_PropertyDrawer_AudioClip
Draws a play button and waveform preview for serialized AudioClip fields![AudioClip PropertyDrawer Inspector](https://i.imgur.com/9kHBo6c.png "AudioClip PropertyDrawer Inspector")
If you label your Audio Asset "ScratchAudio" the property will draw with a red overlay and text indicating it's ⁻ˢᶜʳᵃᵗᶜʰ⁻ state.
_Note: Make sure to place both scripts (AudioClipPropertyDrawer.cs and AudioUtilities.cs) in a folder named "Editor" in your project._