nixon-voxell / UnityNLP

Natural Language Processing in Unity.
https://unitynlp.readthedocs.io/
Apache License 2.0
62 stars 6 forks source link

error CS0006: Metadata file 'System.Configuration.dll' could not be found #8

Closed abdxllah closed 1 year ago

abdxllah commented 1 year ago

Hi when cloning the UnityNLP folder into Packages, once I open Unity I get this error. Do you have any idea why this happens? Many thanks

nixon-voxell commented 1 year ago

hi there, it's resolved here: https://github.com/voxell-tech/UnityNLP/issues/4

nixon-voxell commented 1 year ago

basically use the other .Net, do not use the .Net 2.1

abdxllah commented 1 year ago

thank you!