Unity 编辑器使用技巧

Unity Asset 保存

   EditorUtility.SetDirty(GraphicsSettings.currentRenderPipeline);
   AssetDatabase.SaveAssets();

最后更新于