Skip to content

Commit

Permalink
feat: 修改 export .unitypackage path
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis-portto committed Oct 24, 2022
1 parent bee9f7f commit 31842e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assets/Editor/BuildProfileInspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private BuildReport TaskExecuteor(BuildTask task)
"Assets/Plugins/Dll",
"Assets/Plugins/System.ComponentModel.Annotations.dll"
};
AssetDatabase.ExportPackage(fclAssetsPaths.ToArray(), $"FCL.{task.BuildVersion}.unitypackage", ExportPackageOptions.Recurse | ExportPackageOptions.Default);
AssetDatabase.ExportPackage(fclAssetsPaths.ToArray(), $"release/fcl-unity/FCL.{task.BuildVersion}.unitypackage", ExportPackageOptions.Recurse | ExportPackageOptions.Default);
Debug.Log("FCL export successed.");
break;
case PackageTypeEnum.BloctoUnitySDK:
Expand All @@ -181,7 +181,7 @@ private BuildReport TaskExecuteor(BuildTask task)
directories.Add($"Assets/Plugins/Android");
directories.Add($"Assets/Plugins/iOS/UnityIosPlugin");
directories.Add($"Assets/Plugins/System.ComponentModel.Annotations.dll");
AssetDatabase.ExportPackage(directories.ToArray(), $"Blocto-unity-sdk.{task.BuildVersion}.unitypackage", ExportPackageOptions.Recurse | ExportPackageOptions.Default);
AssetDatabase.ExportPackage(directories.ToArray(), $"release/blocto-unity-sdk/Blocto-unity-sdk.{task.BuildVersion}.unitypackage", ExportPackageOptions.Recurse | ExportPackageOptions.Default);
Debug.Log("Blocto-unity-SDK export successed.");
break;
}
Expand Down
Binary file modified Assets/Plugins/Android/unity-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Scenes/FlowScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ MonoBehaviour:
m_GameObject: {fileID: 519420028}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 34296cd7590f24ff9a8caa6c68c355b1, type: 3}
m_Script: {fileID: 11500000, guid: df08f2ad5f8ea4314b9e9a4f583760cd, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &586563903
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ PlayerSettings:
AndroidSplashScreenScale: 0
androidSplashScreen: {fileID: 0}
AndroidKeystoreName: '{dedicated}: user.keystore'
AndroidKeyaliasName: local build
AndroidKeyaliasName: localbuild
AndroidBuildApkPerCpuArchitecture: 0
AndroidTVCompatibility: 0
AndroidIsGame: 1
Expand Down

0 comments on commit 31842e0

Please sign in to comment.