Repro - Mobile Analytics for growth
日本語
Sign Up Back to Dashboard
  • System Requirements
  • Dashboard Guide
  • Development Guide
  • Release Notes
    • SDK
      • iOS
      • Android
      • Unity
        • Unity Package Upgrade Guide
          • 5.2.0 or later
          • 2.0.0 or later
          • Upgrade from 1.3.0
          • Upgrade from 0.0.8 ~ 1.2.1
          • Upgrade from 0.0.1 ~ 0.0.6
        • 6.21.0 (2025/04/25)
        • 6.20.0 (2024/12/26)
        • 6.19.1 (2024/10/30)
        • 6.19.0 (2024/10/03)
        • 6.18.0 (2024/07/11)
        • 6.17.0 (2024/05/17)
        • 6.16.0 (2024/04/30)
        • 6.15.0 (2024/01/19)
        • 6.14.1 (2023/12/22)
        • 6.14.0 (2023/11/17)
        • 6.13.0 (2023/10/16)
        • 6.12.0 (2023/09/12)
        • 6.11.0 (2023/06/13)
        • 6.10.0 (2023/03/08)
        • 6.9.5 (2023/02/14)
        • 6.9.4 (2022/12/28)
        • 6.9.3 (2022/10/27)
        • 6.9.2 (2022/10/17)
        • 6.9.1 (2022/10/05)
        • 6.9.0 (2022/08/31)
        • 6.8.0 (2022/04/12)
        • 6.7.0 (2021/12/07)
        • 6.6.0 (2021/08/04)
        • 6.5.0 (2021/06/03)
        • 6.4.0 (2021/03/09)
        • 6.3.0 (2021/02/02)
        • 6.2.1 (2020/12/23)
        • 6.2.0 (2020/11/02)
        • 6.1.0 (2020/10/15)
        • 6.0.0 (2020/08/21)
        • 5.3.0 (2020/07/08)
        • 5.2.0 (2020/03/26)
        • 5.1.1 (2019/12/24)
        • 5.1.0 (2019/11/27)
        • 5.0.0 (2019/09/05)
        • 4.3.1 (2019/04/11)
        • 4.3.0 (2019/04/05)
        • 4.2.2 (2019/03/14)
        • 4.2.0 (2019/02/15)
        • 4.1.1 (2018/11/22)
        • 4.1.0 (2018/11/14)
        • 4.0.0 (2018/08/27)
        • 3.12.0 (2018/08/09)
        • 3.11.0 (2018/07/20)
        • 3.9.0 (2018/03/28)
        • 3.5.1 (2018/02/20)
        • 3.5.0 (2017/10/18)
        • 3.1.3 (2018/02/20)
        • 3.1.2
        • 3.1.1
        • 3.1.0
        • 3.0.3 (2018/02/20)
        • 3.0.2
        • 3.0.1
        • 3.0.0
        • 2.1.3 (2018/02/20)
        • 2.1.2
        • 2.1.1
        • 2.1.0
        • 2.0.3 (2018/02/20)
        • 2.0.2
        • 2.0.0
        • 1.3.0
        • 1.2.1
        • 1.2.0
        • 1.1.1
        • 1.1.0
        • 1.0.0
      • Cordova
      • Cocos2d-x
      • React Native
      • React Native (Expo)
      • Flutter
      • Support period for each version
    • Web
    • Domain change related tasks
    • FCM transition procedure
  • FAQ

Unity Package Upgrade Guide¶

5.2.0 or later¶

For Unity version 5.2 and higher¶

  1. Remove the following files.
    • Assets/Editor/Repro
    • Assets/Plugins/Repro
    • Assets/Plugins/iOS/Repro
    • Assets/Plugins/Android/Repro
    • Assets/Plugins/Android/libs/repro-android-sdk-x.x.x.aar
  2. Install new SDK.
    • Select Assets > Import Package > Custom Package...

    • Import Repro.unitypackage

2.0.0 or later¶

Unity5¶

  1. Remove the following files.
    • Assets/Editor/Repro
    • Assets/Plugins/Repro
    • Assets/Plugins/iOS/Repro
    • Assets/Plugins/Android/Repro
    • Assets/Plugins/Android/libs/repro-android-sdk-x.x.x.aar
  2. Install new SDK.
    • Select Assets > Import Package > Custom Package...

    • Import Repro-unity5.unitypackage

For Unity version 4¶

  1. Remove the following files.
    • Assets/Editor/Repro
    • Assets/Plugins/Repro
    • Assets/Plugins/iOS/Repro
    • Assets/Plugins/Android/Repro
  2. Install new SDK.
    • Select Assets > Import Package > Custom Package...

    • Import Repro-unity4.unitypackage

Upgrade from 1.3.0¶

Unity 5¶

  1. Remove the following files.
    • Assets/Editor/Repro
    • Assets/Plugins/Repro
    • Assets/Plugins/iOS/Repro
    • Assets/Plugins/Android/Repro
    • Assets/Plugins/Android/libs/repro-android-sdk-x.x.x.aar
    • Assets/Plugins/Android/libs/kotlin-runtime-x.x.x.jar
    • Assets/Plugins/Android/libs/kotlin-stdlib-x.x.x.jar
    • Assets/Plugins/Android/libs/otto-x.x.x.jar
    • Assets/Plugins/Android/libs/aws-android-sdk-core-x.x.x.jar
    • Assets/Plugins/Android/libs/aws-android-sdk-s3-x.x.x.jar
    • Assets/Plugins/Android/libs/gson-x.x.x.jar
  2. Install new SDK.
    • Select Assets > Import Package > Custom Package...

    • Import Repro-unity5.unitypackage

Unity 4¶

  1. Remove the following files.
    • Assets/Editor/Repro
    • Assets/Plugins/Repro
    • Assets/Plugins/iOS/Repro
    • Assets/Plugins/Android/Repro
  2. Install new SDK.
    • Select Assets > Import Package > Custom Package...

    • Import Repro-unity4.unitypackage

Upgrade from 0.0.8 ~ 1.2.1¶

  1. Remove the following files.
    • Assets/Repro
  2. Install new SDK.
    • Select Assets > Import Package > Custom Package...

    • Import Repro-unity4.unitypackage for Unity 4 and Repro-unity5.unitypackage for Unity 5

Upgrade from 0.0.1 ~ 0.0.6¶

  1. Remove the following files.
    • Assets/Editor/Repro
    • Assets/Plugins/Repro
    • Assets/Plugins/iOS/Repro.embeddedframework
    • Assets/Plugins/iOS/ReproBridge.h
    • Assets/Plugins/iOS/ReproBridge.mm
    • Assets/Plugins/iOS/VERSION
  2. Install new SDK.
    • Select Assets > Import Package > Custom Package...

    • Import Repro-unity4.unitypackage for Unity 4 and Repro-unity5.unitypackage for Unity 5

  • « Unity Package Release Notes
  • Cordova Plugin Release Notes »

About Us Careers Terms of Service Privacy Policy Cookie Policy

© 2022 Repro Inc.