I am using ngui to create gui and now have to change a the size of font of gui. So I should click the “MakepixelPerfect” an then click apply button of each UILabel. It is quite inconvenient.
Thus,I changed the code of UILabel.cs, add the methed MakePixelPerfect(); It works, however, I cannot find ways to automatically apply the prefabs.
So, how does apply button works? and how to apply the change?