Skip to content

Releases: unity-game-framework/ugf-module-analytics

1.0.0-preview.7

18 Aug 14:25

Choose a tag to compare

1.0.0-preview.7 Pre-release
Pre-release

Release Notes

Changed

  • Update package (#15)
    • Update dependencies: com.ugf.module.services to 1.0.0-preview.3, remove com.unity.services.analytics package.
    • Update package Unity version to 2023.2.
    • Update package registry to UPM Hub.
    • Change AnalyticsModule<T> and related classes to support updated Application package.
    • Change AnalyticsUnityModule and related classes to only work when Analytics package installed.
    • Change Analytics Event parameters setup to use cached containers, instead of raw collections.
    • Remove IAnalyticsEventDescription and related classes, use IAnalyticsEvent interface instead.

1.0.0-preview.6

03 May 16:17

Choose a tag to compare

1.0.0-preview.6 Pre-release
Pre-release

Release Notes

Changed

  • Update dependencies (#13)
    • Update dependencies: com.unity.services.analytics to 4.4.2 version.

1.0.0-preview.5

08 Apr 14:41

Choose a tag to compare

1.0.0-preview.5 Pre-release
Pre-release

Release Notes

Added

  • Add event data with parameters description (#11)
    • Update dependencies: com.ugf.application to 8.5.0 version.
    • Add IAnalyticsEventDescription interface as abstract access to the event description.
    • Add IAnalyticsModule.SendEvent() method with event id only used to send event without parameters.
    • Change IAnalyticsEventData.GetParameters() method to accept IAnalyticsEventDescription interface as argument which can used to setup parameters.
    • Remove IAnalyticsModule.SendEvent() methods with name as argument.
    • Remove AnalyticsEvents and AnalyticsApplicationExtensions classes.

1.0.0-preview.4

07 Apr 14:38

Choose a tag to compare

1.0.0-preview.4 Pre-release
Pre-release

Release Notes

Fixed

  • Fix module description building (#9)
    • Fix AnalyticsUnityModuleAsset.OnBuildDescription() method to build description of the required type.

1.0.0-preview.3

03 Apr 18:45

Choose a tag to compare

1.0.0-preview.3 Pre-release
Pre-release

Release Notes

Fixed

  • Fix editor assembly definition (#7)
    • Fix Editor assembly definition settings to be included in editor only platform.

1.0.0-preview.2

03 Apr 15:09

Choose a tag to compare

1.0.0-preview.2 Pre-release
Pre-release

Release Notes

Changed

  • Change to user services module (#5)
    • Update dependencies: com.unity.services.analytics to 4.4.1 and add com.ugf.module.services of 1.0.0-preview.1 version.
    • Update package Unity version to 2022.2.
    • Add AnalyticsEventDescription class as description of the event.
    • Add IAnalyticsModule.SendEvent() methods to send event by description id.
    • Remove AnalyticsUnityModule initialization of the global services, IServicesModule used instead.

1.0.0-preview.1

29 May 18:42

Choose a tag to compare

1.0.0-preview.1 Pre-release
Pre-release

Release Notes

Added

  • Add logs (#3)
    • Change AnalyticsModule class to logs enable and disable states.
    • Change AnalyticsUnityModule class to logs result of enable.

1.0.0-preview

29 May 17:34

Choose a tag to compare

1.0.0-preview Pre-release
Pre-release

Release Notes

Added

  • Add implementation (#1)
    • Update package Unity version to 2022.1.
    • Add IAnalyticsModule interface to implement analytics module.
    • Add AnalyticsUnityModule class as implementation of analytics using Unity services.