Denis Rizov
Denis Rizov
The other solution is to check manually if the properties have `[Tooltip]` attribute, and add the tooltip myself, but that means I have to make special cases all around the...
I know about this issue. You can read more about it [here](https://dbrizov.github.io/na-docs/attributes/drawer_attributes/dropdown.html). I don't know how to fix it though :( The workaround is to use a class
Yeah, report a bug if you think something is not right. I've had issues regarding `EditorUtility.SetDirty` in the past, I might've missed something.
Thanks, I will test it. BTW, I am no longer supporting **v1**, but thanks for the update there as well
#133 for reference
What exactly do you want to do? I don't understand you.
That's more clear now, thanks. I will do that :)
Hmm, that's really strange. What Unity version are you using?
Works well on my end, maybe some other custom property drawer is interfering with NA?
@TheEmbracedOne Ok, I found what is happening. I was only testing with square resolutions `64x64`, `100x100`. It's working fine this way. When I try to use non-square resolutions as you...