Inflearn brand logo image

Inflearn Community Q&A

sakuno's profile image
sakuno

asked

Easy yet powerful Unity editor programming

Redefining Property GUI

PropertyDrawer 질문

Written on

·

295

0

<유니티 커스텀 에디터 질문>

Q. 유니티커스텀 에디터 PropertyDrawer 사용시,

OnGUI (Rect position, SerializedProperty property, GUIContent label) 메서드에서

property.FindPropertyRelative(nameof(Sentence.v_BodyMotion));

를 호출했는데

컴파일오류가 없음에도 불구하고

해당 메서드의 반환값이 Null 일 경우는 무슨 경우인지 아시나요?

 

unity

Answer 1

0

sakuno님의 프로필 이미지
sakuno
Questioner

해결했습니다 [field:SerializedField]로 만든 프로퍼티는 null을 띄우네요.

sakuno's profile image
sakuno

asked

Ask a question