Game Development Reference
In-Depth Information
SetAA(PlayerPrefs.GetInt("Custom_AA"));
SetVsync(PlayerPrefs.GetInt("Custom_Sync"));
}
In this function, we call each of the functions that we created and set them to the
saved values. Since we use PlayerPrefs to save our configurations, we get the
values from them.
Search WWH ::




Custom Search