Hello,
the selection "setter" in UIPopList.cs (function: public string selection) is not processing if a selection is not different from the stored/previous selection parameter mSelectedItem. Would it be possible to make the if-statement optional, rather than mandatory?
I know I could remove the if-statement, but if there is ever an update to this script, I will most likely forget to remove it again at a later time
Appreciate the help.