-
Notifications
You must be signed in to change notification settings - Fork 23
Description
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@496b6ee\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@496b6ee\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