MRLightingTools-Unity
MRLightingTools-Unity copied to clipboard
Assets\MixedRealityToolkit.LightingTools\Examples\Scripts\LightPreviewController.cs(100,27): error CS0246: The type or namespace name 'InteractionSourceLostEventArgs' could not be found (are you missing a using directive or an assembly reference?)
Assets\MixedRealityToolkit.LightingTools\Examples\Scripts\LightPreviewController.cs(100,27): error CS0246: The type or namespace name 'InteractionSourceLostEventArgs' could not be found (are you missing a using directive or an assembly reference?)
unity version 2021.3.22
I am having this issue as well on 2020.3.15f2
Was anyone able to fix this error?
I am facing the same issue with unity version 2021.3.10f1
The InteractionManger api is obsolete, based on the last PR, it seems no's taking care of this repo anymore. Possibly, IMixedRealityPointerHandler can be used instead to replace all the InteractionManager Events.