Error importing SDK 2.2.0_Public in Unity 2021.3.21f

Hi,

I get errors immediately when trying to import SDK 2.2.0_Public in Unity 2021.3.21f.

Assets\LeiaLoft\Modules\Internal\LeiaDevices\AndroidLeiaDevice\AndroidHeadTracking\Scripts\EyeTrackingAndroid.cs(1,7): error CS0246: The type or namespace name ‘Leia’ could not be found (are you missing a using directive or an assembly reference?)

Assets\LeiaLoft\Modules\Internal\LeiaDevices\AndroidLeiaDevice\AndroidHeadTracking\Scripts\EyeTrackingWindows.cs(10,5): error CS0246: The type or namespace name ‘Leia’ could not be found (are you missing a using directive or an assembly reference?)

Thanks,
Dave

Update- figured it out. I needed to switch Build Settings to Android since I had installed Windows module in that project as well. Leaving this here in case anyone else runs into the issue. Thanks!

thanks, I did and this did the trick.

1 Like