Upgrade Guide to the back-port version: Unity¶
At the 20th February 2018 all currently supported minor versions of the unity package got a back-port release that only includes changes related to the domain change. Please determine the minor version of the Repro unity package that you are currently using and upgraded to the highest patch level version.
All released back-ports of the Unity Package¶
- 3.5.1
- 3.1.3
- 3.0.3
- 2.1.3
- 2.0.3
Update process¶
Determine the version of the Unity Package that you are currently using¶
Please determine the Plugin version that you are currently using under Plugins > Repro > VERSION. If for example your version is 3.5.0
, then please upgrade to the new back-port with version 3.5.1
.
Example: VERSION
3.5.0
Delete the current Unity Package¶
Delete the files and directories listed below if they are part of your Unity project.
For Unity version 5 and higher¶
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
For Unity version 4¶
Assets/Editor/Repro
Assets/Plugins/Repro
Assets/Plugins/iOS/Repro
Assets/Plugins/Android/Repro
Import the back-port version¶
Please download the back-ported plugin from here and import it into your Unity project.
For Unity version 5 and higher¶
Select Assets > Import Package > Custom Package...
Import
Repro-unity5.unitypackage
For Unity version 4¶
Select Assets > Import Package > Custom Package...
Import
Repro-unity4.unitypackage
Points to consider while upgrading the SDK¶
In case that you limit the accessible domains of your app, you have to add *.reproio.com
to the white-list as well.