Closed Antonio-Iliev closed 2 years ago
Hi @Antonio-Iliev,
Thank you for the input ! We will check this and try to add it in a future release :)
This issue is stale because it has been open for 30 days with no activity.
Hi @Antonio-Iliev, This is fixed in the 6.9.4 version.
Hi @af-do, Nice! Thank you!
Hello AppsFlyer team,
Thanks for your excellent work with the AppsFluer unity plugin.
If the plugin is installed via Package Manager or via Custom Package but moved to a different folder location the logo disappears. This is due to the hardcoded image path.
GUILayout.Box((Texture)AssetDatabase.LoadAssetAtPath("Assets/AppsFlyer/Editor/logo.png", typeof(Texture)), new GUILayoutOption[] { GUILayout.Width(600) });
It will be nice loading of the image to be dynamic and cached (because the OnInspectorGUI is often invoked).