Hi,
I downloaded the HolographicAcademy-Holograms-211-Gesture.zip package and tried to generate a VS solution out of Unity, but I'm getting the following error and cannot find out what to do about it:
Assets\Holograms\Support\Fitbox\Fitbox.cs(43,26): error CS0246: The type or namespace name 'GestureRecognizer' could not be found (are you missing a using directive or an assembly reference?)
I tried to search for a solution online and some people seem to have resolved it by using all kinds of different Unity versions, but I tried already several (2017.2.0b7, 2017.2.0b3, 2017.3.0b5) and none seems to work. I have to rename event and argument names related with InteractionManager all the time, since there seem to be changes constantly, but in the end I'm always stuck with the issue of GestureRecognizer not being found in Fitbox.cs.
Any ideas?