nixon-voxell / UnityNLP

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

The name 'ConfigurationManager' does not exist in the current context #4

Closed Wyldhunt closed 2 years ago

Wyldhunt commented 2 years ago

I get the following error when I try to use this in Unity 2020.3: VoxellNLP\Coreference\Mention\DictionaryFactory.cs(56,24): error CS0103: The name 'ConfigurationManager' does not exist in the current context

using System.Configuration; is properly called, but it can't find using System.Configuration.ConfigurationManager.

Is this a bug or a feature? ... Or, just me?

2373655r commented 2 years ago

Try this: Edit -> Project Settings -> Player -> Api Compatibility Level Set it to .NET 4.x

I think this is what fixed it for me

nixon-voxell commented 2 years ago

@Wyldhunt hey, does the suggestion given by @2373655r solved your issue? (am just curious haha)

Wyldhunt commented 2 years ago

Unknown. I had to uninstall it. I haven't had a chance to reinstall it to test yet.

nixon-voxell commented 2 years ago

Hey, I am closing this issue for now, seems like @2373655r found a solution to this problem I guess..