I still do not understand how to listen the events of selecting one option.
How the OnValueChange can help me to do something that if I select different selection?
For example, if I simply want to Debug.Log("1") when selecting "First", and Debug.Log("2") when selecting "Second"......
How the OnValueChange can help me on this case?
Moreover, the default selection on start seems to follow by the setting on the inspector and so I can not take the default selection be null even if I use scripting that UIPopupList.value = null. I can not set it in the inspector too.