planetarium / NineChronicles

Unity client application for Nine Chronicles, a fully decentralized idle RPG powered by the community.
https://nine-chronicles.com/
GNU Affero General Public License v3.0
347 stars 146 forks source link

fix CollectionRegisterationPopup layout #4893

Closed tyrosine1153 closed 6 days ago

tyrosine1153 commented 1 week ago

Description

원인

Widget을 상속받은 ui는 Show 메서드 호출 시점에서 object 순위를 맨 위로 올려주도록 하고 있습니다. (모바일 한정) CollectionRegisterationPopup 안에서 사용하던 `EquipmentTooltip도 Widget을 상속받아서 오브젝트 순위를 맨 위로 올려주다가 layout 순서가 꼬인 것으로 보입니다.

How to test

  1. BuildSettings 에서 target platform을 android, ios 중 하나로 설정합니다. (clo 파일 세팅 필요)
  2. Collection UI에서 등록 팝업을 열 때 확인 가능합니다.

Screenshot

before

image

after

image