-
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.
Updated Unity 2018 version and added 8 more kits.
Updated demo scenes for 2018 versions.
- Loading branch information
Showing
164 changed files
with
20,643 additions
and
5,084 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -65,3 +65,5 @@ crashlytics-build.properties | |
# Keystores | ||
*.keystore | ||
|
||
# IntelliJ’s project specific settings files | ||
/.idea/ |
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.
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
2 changes: 1 addition & 1 deletion
2
Assets/Huawei/Demos/AdsDemo.unity.meta → Assets/Huawei/Demos/Ads/AdsDemo.unity.meta
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
2 changes: 1 addition & 1 deletion
2
Assets/Plugins/Android/assets.meta → Assets/Huawei/Demos/Analytics.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.