Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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._