embrace-io / embrace-unity-sdk

Embrace's SDK for Unity
https://embrace.io/docs/unity/
Apache License 2.0
59 stars 1 forks source link

Import directly via UPM #6

Open bilal-arikan opened 6 months ago

bilal-arikan commented 6 months ago

I used the package by adding this line to manifest.json "io.embrace.sdk": "https://github.com/embrace-io/embrace-unity-sdk.git?path=/io.embrace.sdk",

but the package I added got stuck when It removed the existing assets and added them to ScopedRegistries. it reimport assets many times, it gets better only when I close and open the project.

In addition, you can specify a tag for each version, for example for version 1.24.0 you can create a tag 1.24.0 "io.embrace.sdk": "https://github.com/embrace-io/embrace-unity-sdk.git?path=/io.embrace.sdk#1.24.0", can be imported in the form without scorpe registry

alyssa-embrace commented 6 months ago

@bilal-arikan Thanks for submitting the issue! We'll review with our internal team and get back to you shortly with next steps. Thank you so much!