When importing the TDAnalytics Unity SDK from Git, I encounter the following error:
Unable to add packages:
Unable to add package [com.thinkingdata.analytics\@https://github.com/ThinkingDataAnalytics/unity-sdk.git]:
Manifest [/Users/hujunhao/RiderProjects/solitaire-classic-new/Library/PackageCache/com.thinkingdata.analytics\@f79d8a8b2bff/package.json] is invalid:
Version '3.4.6.1' is invalid. Expected a value that follows semantic versioning rules. See console for more details.
I noticed that in the Tags list, after version 3.5.2, there is a version/tag named 3.4.6.1.
The version number 3.4.6.1 does not comply with Unity Package Manager's semantic versioning requirements, which causes Unity to reject the package when importing it directly from Git.
Could you please check and fix the package version?
When importing the TDAnalytics Unity SDK from Git, I encounter the following error:
I noticed that in the Tags list, after version 3.5.2, there is a version/tag named 3.4.6.1.
The version number
3.4.6.1does not comply with Unity Package Manager's semantic versioning requirements, which causes Unity to reject the package when importing it directly from Git.Could you please check and fix the package version?