This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5.0.0 - Update for Android 5.0.2, iOS 5.0.2
- Loading branch information
John Gu
committed
Mar 8, 2018
1 parent
b7188e4
commit 633125c
Showing
99 changed files
with
238 additions
and
3,269 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 |
---|---|---|
@@ -1,24 +1,27 @@ | ||
/sample/[Ll]ibrary/ | ||
/sample/[Tt]emp/ | ||
/sample/[Oo]bj/ | ||
/sample/[Bb]uild/ | ||
|
||
# Autogenerated VS/MD solution and project files | ||
*.csproj | ||
*.unityproj | ||
*.sln | ||
*.suo | ||
*.tmp | ||
*.user | ||
*.userprefs | ||
*.pidb | ||
*.booproj | ||
|
||
# Unity3D generated meta files | ||
*.pidb.meta | ||
|
||
# Unity3D Generated File On Crash Reports | ||
sysinfo.txt | ||
/sample/[Ll]ibrary/ | ||
/sample/[Tt]emp/ | ||
/sample/[Oo]bj/ | ||
/sample/[Bb]uild/ | ||
/sample/[Pp]rojectSettings/ | ||
/sample/[Uu]nityPackageManager/ | ||
/sample/sample.app/ | ||
|
||
# Autogenerated VS/MD solution and project files | ||
*.csproj | ||
*.unityproj | ||
*.sln | ||
*.suo | ||
*.tmp | ||
*.user | ||
*.userprefs | ||
*.pidb | ||
*.booproj | ||
*.apk | ||
*.meta | ||
*.DS_Store | ||
|
||
# OS X | ||
.DS_Store | ||
# Unity3D generated meta files | ||
*.pidb.meta | ||
|
||
# Unity3D Generated File On Crash Reports | ||
sysinfo.txt |
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 |
---|---|---|
@@ -1,10 +1,23 @@ | ||
# TUNE Unity Plugin | ||
# TUNE Unity Plugin v5.0.0 | ||
|
||
Includes: | ||
* TUNE Android SDK | ||
* TUNE iOS SDK | ||
* TUNE Windows SDK | ||
* TUNE Android SDK 5.0.2 | ||
* TUNE iOS SDK 5.0.2 | ||
|
||
## Usage | ||
|
||
This plugin was last built and tested with Unity version 2017.3.0f3. | ||
|
||
Please see the Quick Start guide here: | ||
|
||
[Unity Quick Start](https://developers.tune.com/sdk/unity-quick-start/) | ||
|
||
## Sample | ||
|
||
Open **/sample/Assets/Tune/Scenes/TUNESampleScene.unity** in Unity. | ||
|
||
Switch platform to **Android** or **iOS**. Go into **Player Settings** and change the default Android package name or iOS bundle identifier to something other than `com.Company.ProductName`. | ||
|
||
Then select **Build and Run**. | ||
|
||
This will run the TUNE sample app and display a menu that uses the TUNE Unity plugin's various functionalities. To see samples of how to use the plugin in your own code, see [our sample script](sdk-unity/sample/Assets/Tune/Scripts/TuneSample.cs). |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,8 @@ | ||
# Built application files | ||
*.aar | ||
*.jar | ||
*.meta | ||
com.* | ||
|
||
# Keep these | ||
!TUNE*.jar |
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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
sample/Assets/Plugins/Android/TuneMarketingConsoleSDK-4.7.1.jar.meta
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
sample/Assets/Plugins/Android/com/hasoffers/unitytestapp.meta
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
sample/Assets/Plugins/Android/com/hasoffers/unitytestapp/MyApplication.java.meta
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
sample/Assets/Plugins/Android/play-services-base-8.4.0.aar.meta
This file was deleted.
Oops, something went wrong.
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
sample/Assets/Plugins/Android/play-services-basement-8.4.0.aar.meta
This file was deleted.
Oops, something went wrong.
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
sample/Assets/Plugins/Android/play-services-gcm-8.4.0.aar.meta
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.