Obsolete public static void SaveAssets ();

Description

Сохраняет все сериализуемые ассеты, которые еще не были записаны на диск (например, материалы).

Also makes sure the asset database is written. This function does the same thing as AssetDatabase.SaveAssets with the exception that it is allowed to be called during serialization, and the AssetDatabase function is not.