MRLightingTools-Unity icon indicating copy to clipboard operation
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?)

Open xiatianjin opened this issue 3 years ago • 4 comments

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

xiatianjin avatar Dec 07 '21 07:12 xiatianjin

I am having this issue as well on 2020.3.15f2

Asif-Zahir avatar Jan 14 '22 20:01 Asif-Zahir

Was anyone able to fix this error?

Rower1337 avatar Feb 22 '22 15:02 Rower1337

I am facing the same issue with unity version 2021.3.10f1

Ramesh-lg avatar Nov 07 '22 08:11 Ramesh-lg

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.

raashidkhan1 avatar Nov 22 '23 15:11 raashidkhan1