-
Notifications
You must be signed in to change notification settings - Fork 11
Description
While I am "making" an app that implements the coloreality code, I have had to do a lot of trouble shooting but I can not find the solution to the errors in the files (directory) Coloreality-master\src\Coloreality\LeapWrapper\Sender\LeapReader.cs and Coloreality-master\src\Coloreality\LeapWrapper\Sender\LeapUtil.cs . the error occurs in unity when it says "The type or namespace name 'Leap' could not be found. "(Leapreader.cs line 3,7 and on Leaputil.cs lines 4,55 and 9,67) and "The type or namespace name 'Controller' could not be found."(LeapReader.cs line 7,31) and "The type or namespace name 'FrameEventArgs' could not be found."(LeapReader.cs line 80,47). For preveouse issues, i would look through all the files and find one that fit, these do not have one that fits.