wit-ai / wit-unity

Wit-Unity is a Unity C# wrapper around the the Wit.ai rest APIs and is a core component of Voice SDK.
Other
78 stars 20 forks source link

Wit.ai import fails with 'The type or namespace name 'WitConfiguration' could not be found' #59

Closed baroquedub closed 2 years ago

baroquedub commented 2 years ago

Was able to install Wit.ai from the package manager (Add package from git URL) without any problems a few days ago.

Today I'm getting spammed with The type or namespace name 'WitConfiguration' could not be found image

Brand new Unity 2020.3.17f1 project. Nothing else imported.

CWolfe1320 commented 2 years ago

Seconded issue- my team is experiencing this as well.

chessai commented 2 years ago

@yolanother Is this related to recent changes?

yolanother commented 2 years ago

This is an issue with our build system internally in preperation for voice-sdk. I'll get a fixed branch up asap while we figure out what happened to the build system.

yolanother commented 2 years ago

Here is a branch with a test of v0.0.20 and the repaired directory structure. This should get you unblocked while I figure out what happened with the build system.

https://github.com/wit-ai/wit-unity/tree/repaired-dir-structure

yolanother commented 2 years ago

This should now be fixed on main as well. The branch should no longer be necessary.