AppsFlyerSDK / appsflyer-unity-adrevenue-generic-connector

MIT License
7 stars 3 forks source link

Missing AppsFlyerAdRevenue.asmdef #12

Open lsw1164 opened 2 months ago

lsw1164 commented 2 months ago

I've checked the most recent release, tagged 6.14.3-upm, and noticed that the AppsFlyerAdRevenue.asmdef file is missing. This omission is preventing us from using the package effectively. Other asmdefs cannot access AppsFlyerAdRevenue.

In contrast, the AppsFlyerAdRevenue.asmdef file is present in the v6.9.42-upm release. To use the package in UPM format, please restore the missing asmdef file.

af-vero commented 2 months ago

Hey, I've added the file now. Please check if it works for you Thanks

lsw1164 commented 2 months ago

Hi @af-vero. Thanks for your work.

There's some confusion because there's a tag called '6.14.3-upm' and a branch called 'v6.14.3-upm'. Also, there are still issues with the '6.14.3-upm' tag.

How about releasing a new version 6.14.4 instead? You could distribute it with the tag 'v6.14.4-upm'. I think that would be cleaner.

af-vero commented 2 months ago

Hi @lsw1164 , we will release a new version soon. Try to use the branch called 'v6.14.3-ipm'. Sorry for the confusion.

lsw1164 commented 1 month ago

I realized that there's no *.asmdef.meta file. Plz restore it as well.

lsw1164 commented 1 month ago

@af-vero plz check out its meta file.

marekmrva-ss commented 1 month ago

I second the missing .meta file.

This is the error you get after adding this line "appsflyer-unity-adrevenue-generic-connector": "https://github.com/AppsFlyerSDK/appsflyer-unity-adrevenue-generic-connector.git#v6.14.3-upm", to your Packages/manifest.json:

Asset Packages/appsflyer-unity-adrevenue-generic-connector/AppsFlyerAdRevenue.asmdef has no meta file, but it's in an immutable folder. The asset will be ignored.

image