I have a dropdown in my main menu UI which I populate with data from a scriptable object and from data on disk.
The first time it launches I should get only one item in it and it works well in the editor.
The thing is when I deploy to my mobile device (table), there is nothing in the dropdown.
Why? What? And how to fix this?