The process is divided into three general steps:
Removal of existing Unity Analytics SDK components
Re-integration of Unity Analytics
Updating of Advanced Integration events
Version 5.2 of the Unity Editor comes with Unity Analytics built-in. We advise you to remove existing Unity Analytics SDK components to ensure no conflicts and to help you maintain a cleaner project.
Locate the existing Unity Analytics SDK components in your Project folder. Most likely they will have been saved to Assets > Plugins. Be sure to only select analytics-specific assets.
Delete all components.
You can confirm that you successfully removed the Unity Analytics SDK if you close and re-open your project, and then don’t see the following message prompt. If you continue to see the prompt confirm all the Unity Analytics SDK components have been removed.
Follow the 5.2 integration instructions
You can determine that you successfully completed the upgrade by checking the SDK version in Play to Validate step and confirming that it is version u5.2 displayed in Validator.
If you did any existing Advanced Integration previously, you will also need to update the namespace and the calls to use the 5.2 syntax. Follow 5.2 Advanced Integration instructions to update.