playMaker

Author Topic: UI display problem  (Read 1269 times)

mgervais

  • Playmaker Newbie
  • *
  • Posts: 21
UI display problem
« on: March 13, 2021, 08:51:56 AM »
Hello Community,

I have a problem displaying a UI panel with dropdowns once it has been deactivated and reactivated. (see the video lick below)


Here are additional informations regarding this problem.

1 - Activation of UI is recursive
2 - Dropdowns are displayed within a verticle group layout and are TextMeshPro dropdowns
3 - I have tried to isolate the problem by deactivating/reactivating dropdowns that were not children of a panel and non TextMeshPro but I get the same result.

Any help would be greatly apreciated.

Mike

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: UI display problem
« Reply #1 on: March 14, 2021, 08:27:58 AM »
Hi.
Do you have the same result if you use unity's dropdown ui

is the dropdown populated @ runtime or preset in editor?

mgervais

  • Playmaker Newbie
  • *
  • Posts: 21
Re: UI display problem
« Reply #2 on: March 14, 2021, 11:11:44 AM »
Hi djaydino,

Thanks for your reply.

1 - I have tried with the native dropdown and it gives me the same result (Note that you can also try a native dropdown as the parent UI object in the canevas and it will do the same)

2- I am not populating the panel at runtime