MirageNet / Mirage

Easy to use high performance Network library for Unity 3d
https://miragenet.github.io/Mirage/
MIT License
515 stars 65 forks source link

fix: ui toolkit list fields not being reorderable #1125

Closed Hertzole closed 1 year ago

Hertzole commented 1 year ago

There's a really weird issue that sometimes happens where lists are not reorderable when the base type is NetworkBehavior. No clue why actually binding property fields causes this. It seems to work fine without binding when you directly assign the property to the field.