dbrizov / NaughtyAttributes

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

ScriptableObject not saving SubclassSelector #382

Open StrikebyClaymore opened 6 months ago

StrikebyClaymore commented 6 months ago

Console Error: Release of invalid GC handle. The handle is from a previous domain. The release operation is skipped.

After Reload Script Assemblies SO fields drops down

https://github.com/dbrizov/NaughtyAttributes/assets/36325557/5bc77894-f137-4ef8-b402-ff9e00bbb41a

StrikebyClaymore commented 6 months ago

Oh. I disabled Reload Scene option and it's works. изображение

StrikebyClaymore commented 6 months ago

Strangely, this problem has reappeared.

TylerTemp commented 6 months ago

Maybe a more reproduce-able script(s) would help, like:

  1. what decorator you used on your SO fields?
  2. what operation you did may trigger the lost data?
  3. what's your Unity version?