AppsFlyerSDK / appsflyer-unity-plugin

AppsFlyer Unity Plugin
MIT License
156 stars 64 forks source link

AppsFlyer logo - Nice to fix. #184

Closed Antonio-Iliev closed 2 years ago

Antonio-Iliev commented 2 years ago

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).

af-margot commented 2 years ago

Hi @Antonio-Iliev,

Thank you for the input ! We will check this and try to add it in a future release :)

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

af-do commented 1 year ago

Hi @Antonio-Iliev, This is fixed in the 6.9.4 version.

Antonio-Iliev commented 1 year ago

Hi @af-do, Nice! Thank you!