dbrizov / NaughtyAttributes

Attribute Extensions for Unity
MIT License
4.57k stars 465 forks source link

ValidateInput doesn't work on Scriptable Objects #386

Closed ZnelArts closed 6 months ago

ZnelArts commented 6 months ago

ValidateInput is not working on Scriptable Objects

Repro:

  1. Create a Scriptable Object
  2. Add a property with ValidateInput

Notice the warning never shows up