dbrizov / NaughtyAttributes

Attribute Extensions for Unity
MIT License
4.47k stars 463 forks source link

ValidateInput doesn't work on Scriptable Objects #386

Closed ZnelArts closed 4 months ago

ZnelArts commented 4 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