Sounds good! The only scripts that changed were Options.cs and ScrollToMe.cs. (I made a minor change to ScrollToMe so it doesn't jump as strangely when it hits the bottom item.)
EatAllTheGames wrote: ↑Tue Jul 31, 2018 11:19 am1) Resolution drop down doesn't scroll to the currently selected item upon opening it, but once you change selection up/down it scrolls to it.
The only file that changed was ScrollToMe.cs. In later versions of Unity, the dropdown items aren't added as children until the end of the frame. The script now waits until then to compute the scroll position.
If you run into any other issues, please let me know what version of Unity you're using.