Open Cr1s1981 opened 2 years ago
It is recommended that you install Voice SDK via the all in one oculus integration package or the standalone voicesdk unitypackage https://developer.oculus.com/downloads/package/oculus-voice-sdk/. Wit-unity is generally not stable for production use and can break in between releases. If you are using wit-unity via package manager you likely want to use one of the releases rather than tot main.
Hi to all, i'm using unity 2021 , when I install wit.ai through the packet manager, I get these errors:
Library\PackageCache\com.facebook.witai@496b6eee92\Scripts\Editor\Utility\WitUnderstandingViewer.cs(13,18): error CS0234: The type or namespace name 'Dictation' does not exist in the namespace 'Meta.WitAi' (are you missing an assembly reference?)
Library\PackageCache\com.facebook.witai@496b6eee92\Scripts\Editor\Utility\WitUnderstandingViewerComposerServiceAPI.cs(9,18): error CS0234: The type or namespace name 'Composer' does not exist in the namespace 'Meta.WitAi' (are you missing an assembly reference?)
and others, also of namespace missing. I have also tried with older versions of unity and have the same errors.
If I add Wit.ai instead by adding the wit-unity-main package, I get these other errors.
Assets\wit-unity-main\Lib\Conduit\Editor\AssemblyMiner.cs(101,50): error CS0246: The type or namespace name 'ConduitValueAttribute' could not be found (are you missing a using directive or an assembly reference?)
Do you know how to help me? Thanks