Game Development/Unity

[Error] unity The same field name is serialized multiple times in the class or its parent class

아기 요다 2019. 3. 23. 13:06
[Error] unity The same field name is serialized multiple times in the class or its parent class

Resolution

상속 관계에서 중첩된 이름의 변수가 선언되었을 경우 나오는 에러이다. 상속받은 클래스에서 중첩된 이름을 사용하는 것을 없애면 된다.