microsoft / MRLightingTools-Unity

A Unity library and MRTK extension for estimating and replicating the current environment's lighting on Mixed Reality devices.
MIT License
187 stars 25 forks source link

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?) #12

Open xiatianjin opened 2 years ago

xiatianjin commented 2 years ago

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

Asif-Zahir commented 2 years ago

I am having this issue as well on 2020.3.15f2

Rower1337 commented 2 years ago

Was anyone able to fix this error?

Ramesh-lg commented 1 year ago

I am facing the same issue with unity version 2021.3.10f1

raashidkhan1 commented 8 months ago

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.