/// Unlock the achievement with the given name. This can be of any achievement /// type. /// public static PXR_Request <PXR_AchievementUpdate> Unlock(string name) { if (PXR_AchievementCore.IsInitialized()) { return(new PXR_Request <PXR_AchievementUpdate>(PXR_AchievementAPI.pvr_Achievements_Unlock(name))); } return(null); }