nhn / gpm.unity

A brand of NHN providing free services required for game development.

Home Page:https://gameplatform.nhncloud.com/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inspector settings bug in tab controller

choidaewon opened this issue · comments

Service

  • WebView
  • AssetManagement
  • Communicator
  • LogViewer
  • Manager
  • UI
  • Profiler
  • Adapter
  • DLST

Version

GPM 2.2.4
UI 2.7.2

Describe the bug

Tab controller's Link item is not saved in Prefab Inspector.

To Reproduce

Steps to reproduce the behavior:

  1. Create a UI with TabController.
  2. Convert the UI to Prefab and enter Prefab mode.
  3. Configure and save the TabButton and TabPage within the UI.
    (*see sample provided by GPM)
  4. Configure the Link part of the TabController inspector items.
    Save button in prefab mode is still disabled.
  5. If you exit Prefab mode and check the TabController in the hierarchy, you can see that the changes in the Link part are lost.

Expected behavior

If this function works, your changes should persist.

Screenshots

image
image

  • Even though the prefab is not overridden, the contents are different in hierarchy and prefab mode

Environment

Unity

  • Version 2022.2.13

Desktop (please complete the following information):

  • OS: [windows 11]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context

I would appreciate it if you could suggest a quick fix or temporary solution to the problem.

Hello @choidaewon

Thanks for reporting the bug.

Please apply and check the modified package.

gpm_ui_v2.7.2_fix.zip

thank you.

Hello @choidaewon

Thanks for reporting the bug.

Please apply and check the modified package.

gpm_ui_v2.7.2_fix.zip

thank you.

The problem is solved and it works fine.

Thank you for your quick action.