Is yield ever needed to fetch some immensely long or “large data” from PlayerPrefs?
If you have a few small preference strings to read, don’t mind. If the strings are long, however, using yield may span the job over several frames, what is a good thing. On the other hand, if there are too many objects, using yield after each string may take an eternity to read the complete player prefs.