dbrizov / NaughtyAttributes

Attribute Extensions for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using NaughtyAttributes hides inspector tools for custom audio filters (OnAudioFilterRead)

iatenothingbutriceforthreedays opened this issue · comments

This is a great package, very useful and well-designed.

Minor issue: When a MonoBehaviour implements OnAudioFilterRead, Unity displays a useful visualizer in the inspector for the component. But it doesn't show up when also using NaughtyAttributes on the component.