appsflyer-unity-plugin
appsflyer-unity-plugin copied to clipboard
Get rid of instance null checks
In AppsFlyer.cs script there is a lot instance null checks, which makes code readability and support worse. I suggest to convert instance filed to property and add AppsFlyerDummy instance for editor. Also move initSDK to IAppsFlyerNativeBridge interface makes the code more uniform