dbrizov / NaughtyAttributes

Attribute Extensions for Unity
MIT License
4.53k stars 464 forks source link

`[Button]` works for `MonoBehaviour`s, not `NetworkBehaviour`s #388

Closed Vivraan closed 4 months ago

Vivraan commented 4 months ago

If I try to use ButtonAttribute on a Network Behaviour, the editor doesn't show any changes. It's likely due to how it is implemented.

Vivraan commented 4 months ago

Ah, the README suggests this is intentional.