The same field name is serialized multiple times in the class or its parent class


报错位置如下:
The same field name is serialized multiple times in the class or its parent class.

我这里的原因是Hierarchy面板中的Data和它身上的脚本Data重名,后来把Hierarchy中的Data换成Datas就好了。
如下
The same field name is serialized multiple times in the class or its parent class.The same field name is serialized multiple times in the class or its parent class.

相关文章: