watson-developer-cloud / unity-sdk

:video_game: Unity SDK to use the IBM Watson services.
Apache License 2.0
569 stars 206 forks source link

I got two errors on a clean project #612

Closed shiranova closed 4 years ago

shiranova commented 4 years ago

I followed the YouTube tutorial and got two errors.

Assembly has reference to non-existent assembly 'IBM.Cloud.SDK' (Assets/Watson/Tests/IBM.Watson.Tests.asmdef)

Assembly has reference to non-existent assembly 'IBM.Cloud.SDK' (Assets/Watson/WatsonUnitySDK.asmdef)

Unity version 2018.4.12f1

shiranova commented 4 years ago

Now tested on 2019.2.9f1 and got these errors:

image

shiranova commented 4 years ago

Update: I added core, chenged to .NET 4X

image

Unity version 2018.4.12f1 + 2019.2.9f1

mediumTaj commented 4 years ago

Sorry @shiranova, the youtube tutorials are out of date and we need to find some time to make an updated tutorial. Are you downloading the SDK core into your Assets directory?

https://github.com/watson-developer-cloud/unity-sdk#getting-the-watson-sdk-and-adding-it-to-unity

shiranova commented 4 years ago

Sorry @shiranova, the youtube tutorials are out of date and we need to find some time to make an updated tutorial. Are you downloading the SDK core into your Assets directory?

https://github.com/watson-developer-cloud/unity-sdk#getting-the-watson-sdk-and-adding-it-to-unity

Yes. I just downloaded the most recent versions. It's working on 2019.2.9f1 but not on 2018.4.12f1. I'll just work with this version. Thanks.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

pavithra-IT commented 4 years ago

Same error here.

Any solve?