Unity icon indicating copy to clipboard operation
Unity copied to clipboard

Moving script files to specific folder and change function name of cStringCopy

Open bernardinus opened this issue 7 years ago • 2 comments

  • move Appsflyer script files to Appsflyer folder Move Appsflyer cs script path to Appsflyer folder in Assets, because we can't to call our class in AppsflyerTrackerCallback.cs. We need to move AppsflyerTrackerCallback.cs outside of Plugins folder by ourselves because it exists in Plugins folder and always compiled in the first phase. Reference : https://docs.unity3d.com/Manual/ScriptCompileOrderFolders.html

  • change cStringCopy to cAFStringCopy [iOS] If there is a function with the same name will get EXC_BAD_ACCESS if executed in iOS, because only used internally better change the function name to reduce conflict.

bernardinus avatar May 04 '17 16:05 bernardinus

+1 for moving appsflyer sdk to a specific folder

stopiccot avatar Oct 03 '18 08:10 stopiccot

Moving the SDK to a separate folder is must-have...don't know why the SDK on its own doesn't support that yet.

Deathwing avatar May 27 '19 10:05 Deathwing