You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: