magicleap / Magic-Leap-Toolkit-Unity

Other
36 stars 16 forks source link

Scripts are missing #6

Open tonai opened 3 years ago

tonai commented 3 years ago

Scripts seems to be missing on prefabs like the FidgetSpinner. I would like to use the DirectManipulation script bit it can't be found anywhere in the package.

tonai commented 3 years ago

I found the DirectManipulation in the MagicLeap-Tools/Code/Input/Hands/Inputs directory. But the problem on the prefab is still present.

tonai commented 3 years ago

The DirectManipulation script could not be added to a GameObject. Unity throws the following error: Can't add script component 'DirectManipulation' because the script class cannot be found. Make sure that there are no compile errors and that the file name and class name match.