-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed aar files. Upgraded HMS kit versions. Updated scripts due to hms kit upgrades.
- Loading branch information
1 parent
66dfc87
commit e6af554
Showing
117 changed files
with
322 additions
and
5,704 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
using System.Collections; | ||
using System.Collections.Generic; | ||
using UnityEditor; | ||
using UnityEngine; | ||
|
||
namespace HmsPlugin | ||
{ | ||
public static class HMSUnityPackageCreator | ||
{ | ||
[MenuItem("Huawei/Prepare Packages")] | ||
private static void PreparePackages() | ||
{ | ||
string[] hmsFileNames = | ||
{ | ||
"Assets/Huawei", | ||
"Assets/Plugins", | ||
"Assets/Resources", | ||
"Assets/StreamingAssets" | ||
}; | ||
AssetDatabase.ExportPackage(hmsFileNames, Application.dataPath + "/HMSUnityPackage.unitypackage", ExportPackageOptions.Recurse | ExportPackageOptions.Interactive); | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...uawei/Scripts/Editor/HuaweiEditor.cs.meta → Assets/Editor/HMSUnityPackageCreator.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Assets/Plugins/Android/assets.meta → Assets/Huawei/Demos/AppMessaging.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Assets/Huawei/Demos/Demo.unity.meta → ...emos/AppMessaging/AppMessaging.unity.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.