Hey there! I'm enjoying setting up and using the system so far: the only issue I'm having is that the .update function is creating a "stuttering" effect whenever I click on an element of the UI system.
I do have one other issue: the dropdowns are clickable when the menu is not actually open. I hear the UI click sound and get debug messages about the dropdowns being clicked. No rush to fix that but whenever you're free!
← Return to asset pack
Comments
Log in with itch.io to leave a comment.
Hey there! I'm enjoying setting up and using the system so far: the only issue I'm having is that the .update function is creating a "stuttering" effect whenever I click on an element of the UI system.
What element are you using that has LuiDropDown elements in it?
And one more question, what version of the UI are you using? You can view it in the LuiSettings script
LIMEUI_VERSION "2024.06.28"
LuiBase = Policy Container
--- LuiPanel = Policy Panel
------ policy_panel.addContent
---------- Dropdowns
I fixed it, you can check by getting the latest commit. You can replace LuiBase and LuiSettings
That's great news, thank you for such a fast response and update!
I do have one other issue: the dropdowns are clickable when the menu is not actually open. I hear the UI click sound and get debug messages about the dropdowns being clicked. No rush to fix that but whenever you're free!
How do you hide the ui ? With the setVisible function?
Going to be checking this out later today! Thank you for making it available for everyone.
I hope for feedback! Let me know if you find bugs or have suggestions for improvement!