INTLBugly and INTLCrashSight Plugin Removal Guide
- Unity
- Unreal Engine
Remove the INTLBugly and INTLCrashSight plugins in the
Assets/Plugins
directory.iOS: Remove the INTLBugly and INTLCrashSight plugins under the
Assets/Plugins/iOS/INTLSDK
path.Android: Remove the
INTLCrashSight.aar
andINTLBugly.aar
files under theAssets/Plugins/Android
path.
Remove the CrashSight and CrashSight configurations in the INTLConfig.ini file.
Remove the INTLBugly and INTLCrashSight parts under the
Assets/INTLSDK/Scripts
path.Remove the
INTLCrashSight
andINTLBugly
folders. The logic here is that when an Unity sample test exception occurs, the Unity project automatically locates the code captured after automatic initialization in the file under this path.Remove the code related to CrashSight and CrashSight left in
Assets/INTLSDK/Scripts/INTLCore/Scripts/INTLAPI.cs
. For example, code related toSetCrashSightAppVersion
andSetBuglyAppVersion
.infoThe game team can choose to delete or retain this code, and also delete or retain the code related to the internal calls of CrashSight and CrashSight.
If the project has integrated with the plugins for PC, remove the
TQM64
folder,Gbspy64.dll
file,GameBabyConfig64.dat
file, andINTLCrashSight.dll
file inAssets/Plugins/x86_64
.
Remove the INTLBugly and INTLCrashSight plugins in the
Plugins
directory.Android: Remove the
INTLCrashSight.aar
andINTLBugly.aar
files inPlugins\INTLSDKPlugin\Source\INTLSDKPlugin\INTLSDK\Android
.iOS: Remove the
INTLCrashSight
andINTLBugly
plugins inPlugins/INTLSDKPlugin/Source/INTLSDKPlugin/INTLSDK/iOS
.
If the project has integrated with the plugins for PC, remove the
Gbspy64.dll
file,INTLCrashSight.dll
file, andINTLCrashSight.lib
file inPlugins\INTLSDKPlugin\Source\INTLSDKPlugin\INTLSDK\x86_64
.Remove the
INTLCrashSight
configuration in theINTLPlugin.Build.cs
file under thePlugins\INTLSDKPlugin\Source
path.Remove the CrashSight and CrashSight configuration in the INTLConfig.ini file.
Remove the INTLBugly and INTLCrashSight parts under the
Plugins/INTLSDKPlugin/Source/INTLSDKPlugin/Public
path.
Remove the code related to CrashSight and CrashSight left inINTLSDKAPI.h
andINTLSDKAPI.cpp
. For example,SetCrashSightAppVersion
andSetBuglyAppVersion
.infoThe game team can choose to delete or retain this code, and also delete or retain the code related to the internal calls of CrashSight and CrashSight.