Hello, I encountered the error while importing the scene perception sample from the Wave XR Essence. It shows the following errors:
Assets\Wave\Essence\ScenePerception\5.6.0-r.10\Demo\Scripts\ScenePerceptionDemo.cs(7,12): error CS0234: The type or namespace name 'XR' does not exist in the namespace 'Wave' (are you missing an assembly reference?)
Assets\Wave\Essence\ScenePerception\5.6.0-r.10\Demo\Scripts\ScenePerceptionDemo.cs(53,17): error CS0246: The type or namespace name 'InputUsage' could not be found (are you missing a using directive or an assembly reference?)
Assets\Wave\Essence\ScenePerception\5.6.0-r.10\Demo\Scripts\ScenePerceptionDemo.cs(59,3): error CS0246: The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?
Assets\Wave\Essence\ScenePerception\5.6.0-r.10\Demo\Scripts\ScenePerceptionDemo.cs(60,3): error CS0246: The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?)
Assets\Wave\Essence\ScenePerception\5.6.0-r.10\Demo\Scripts\ScenePerceptionDemo.cs(54,4): error CS0103: The name 'InputUsage' does not exist in the current context
Assets\Wave\Essence\ScenePerception\5.6.0-r.10\Demo\Scripts\ScenePerceptionDemo.cs(55,4): error CS0103: The name 'InputUsage' does not exist in the current context
Assets\Wave\Essence\ScenePerception\5.6.0-r.10\Demo\Scripts\ScenePerceptionDemo.cs(56,4): error CS0103: The name 'InputUsage' does not exist in the current context
Assets\Wave\Essence\ScenePerception\5.6.0-r.10\Demo\Scripts\ScenePerceptionDemo.cs(57,4): error CS0103: The name 'InputUsage' does not exist in the current context
Assets\Wave\Essence\ScenePerception\5.6.0-r.10\Demo\Scripts\ScenePerceptionDemo.cs(58,4): error CS0103: The name 'InputUsage' does not exist in the current context
The packages works fine without error without importing the scene perception package. I am using Unity 2022.3.4f1. Thanks.