Unity/게임 개발 스터디
게임 개발 스터디 3 : EditorWindow 설정
sorry0101
2022. 8. 31. 10:43
1. Title 변경
런타임으로 적용되지는 않고 창을 다시 열어주어야 한다.
2. 창 사이즈 조절
창 사이즈를 설정하면 정적으로 변하고 설정하지 않으면 동적으로 된다.
해당 부분은 추후 변경 또는 논의가 필요해 보인다. => 일단은 동적으로 진행
참고
[1] https://gamedev-resources.com/create-an-item-management-editor-tool-with-ui-toolkit/
Create an item management editor window with UI Toolkit - GameDev Resources
Learn the fundamentals of ListView, ObjectPicker, and scriptable objects by creating an editor tool with UI Toolkit.
gamedev-resources.com