| | |
| | | { |
| | | var fromPath = "Assets/Editor/Logo/" + GetVersionName(publisher) + "/Launch.png"; |
| | | var toPath = "Assets/ResourcesOut/BuiltIn/UI/Sprites/Launch.png"; |
| | | |
| | | AssetDatabase.DeleteAsset(toPath); |
| | | AssetDatabase.CopyAsset(fromPath, toPath); |
| | | |
| | |
| | | var fromPath = "Assets/Editor/Logo/" + GetVersionName(publisher) + "/LoginBackGround.png"; |
| | | var toPath = "Assets/ResourcesOut/BuiltIn/UI/Sprites/LoginBackGround.png"; |
| | | AssetDatabase.DeleteAsset(toPath); |
| | | if (!File.Exists(Application.dataPath + "Editor/Logo/" + GetVersionName(publisher) + "/LoginBackGround.png")) |
| | | { |
| | | return; |
| | | } |
| | | AssetDatabase.CopyAsset(fromPath, toPath); |
| | | |
| | | var importerPath = "Assets/ResourcesOut/BuiltIn/UI/Sprites/LoginBackGround.png"; |