Can't download latest version of BD (1.7.1)

Arauta

New member
My package manager is showing 1.7.0 only.
Tried deleting the cache folder but no luck.

1629250215312.png

I still got the Json serialization bug so I presume it's not just a visual bug caused by package manager.

Any ideas ? Thanks !
 
After some testing, I found out I was actually using 1.7.1 by looking at the asset .
1629286410275.png

But my Class with [System.Serializable] attribute still got reverted to null and 0 when I save.
The bug only happens in Json mode.
 
Sorry for late respond, but I managed to find the problem,
It's because ScriptableObject,
when reference a SO in a List of class ,
It got reverted to null and all variable resets.

It only happens in JSON mode.
 

Attachments

  • 1630399357250.gif
    1630399357250.gif
    65.6 KB · Views: 5
  • SO.png
    SO.png
    26.3 KB · Views: 5
Thanks - I was able to reproduce it. I'll send you a fixed version as soon as I figure out the cause.
 
Last edited:
Top