diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 5aab54e2e..b8e24f5f1 100755 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,6 +1,10 @@ [1.0.4] - Initial release of the Analytics Standard Events package. -[2.0.11] - 2018/02/08 +[1.0.11] - 2018/02/08 Updated to disable Standard Events if Analytics is disabled. -Added documentation and better description text. \ No newline at end of file +Added documentation and better description text. + +[1.0.13] - 2018/03/08 + +Updated to revert use of IPreprocessBuild change. \ No newline at end of file diff --git a/package/Editor/Importer.cs b/package/Editor/Importer.cs index a47a5181a..693b0cdf5 100755 --- a/package/Editor/Importer.cs +++ b/package/Editor/Importer.cs @@ -5,7 +5,7 @@ namespace UnityEditor { - public class StandardEventsImporter : IPreprocessBuild + public class StandardEventsImporter : IPreprocessBuildWithReport { public int callbackOrder { get { return 0; } } public void OnPreprocessBuild(Build.Reporting.BuildReport report) diff --git a/package/UnityEngine.StandardEvents.dll.mdb b/package/UnityEngine.StandardEvents.dll.mdb index b05184599..4c67b645a 100755 Binary files a/package/UnityEngine.StandardEvents.dll.mdb and b/package/UnityEngine.StandardEvents.dll.mdb differ diff --git a/package/package.json b/package/package.json index 9815f6c25..a32ea9985 100755 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "com.unity.standardevents", - "version": "1.0.12", + "version": "1.0.13", "displayName": "Analytics Standard Events", "unity": "2018.1", "description": "Unity Analytics Standard Events take the guesswork out of tracking key game events, which makes adding deep analytics to your game insanely simple.\n\nStandard Events serve as an easy-to-follow checklist of the most important elements to track in your game. For example, use tutorial events to track onboarding, and to better understand the first-time user experience...then compare that to Day 1 retention to see not just what is happening in your game, but also to understand why.\n\nEasily implement Standard Events through code using a well-documented, type-safe API that supports Intellisense. Alternatively, the included Analytics Event Tracker component can be used to quickly and easily add both standard and custom events to your game, all without writing any code!\n\nStandard Events is a feature of Unity Analytics, and requires the Unity Analytics service to be enabled.", diff --git a/versions.txt b/versions.txt index 82b48c118..fecad14f9 100755 --- a/versions.txt +++ b/versions.txt @@ -14,3 +14,4 @@ 1.0.10 1.0.11 1.0.12 +1.0.13