Open rk-exxec opened 1 year ago
I came across the same error. In my case, I had to delete these lines from the .prefab
:
Num
is the name of my MinMaxSlider Vector2 variable here. After removing that entry, there were no more errors.
My setup had a base prefab and I had to delete the default MinMax value from it as well, not sure if it was related.
I have this code snippet in one of my scripts:
Whenever I edit the values in the inspector, it shows the following error:
I am using unity 2021.3.27f1, NaughtyAttributes 2.4.1 from the asset store.
Code context here, all the Vector2 attributes produce the error.