I transferred the script to a GameObject SettingManager error '‘Can’t add script component ‘‘SettingManager’’ because the script class cannot be found.Make sure that there a on compile errors and that the file name and class name match.’'

Your class name “SettingsMenager” doesn’t match your class file name “SettingsManager.cs”, you should rename your class to “SettingsManager” to match the file name without extension.