Object tempPrefab = EditorUtility.CreateEmptyPrefab("Assets/res/audio/AudioSourcePrefab/" + gameObject.name + ".prefab");
 tempPrefab = EditorUtility.ReplacePrefab(gameObject, tempPrefab);