Skip to content

Commit

Permalink
Enabled gradle build.
Browse files Browse the repository at this point in the history
Removed aar files.
Upgraded HMS kit versions.
Updated scripts due to hms kit upgrades.
  • Loading branch information
sametguzeldev committed Apr 28, 2021
1 parent 66dfc87 commit e6af554
Show file tree
Hide file tree
Showing 117 changed files with 322 additions and 5,704 deletions.
2 changes: 1 addition & 1 deletion Assets/Huawei/Scripts/Editor.meta → Assets/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions Assets/Editor/HMSUnityPackageCreator.cs
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);
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e6af554

Please sign in to comment.