PatHightree / SpaceNavigator

SpaceNavigator driver for Unity3D
MIT License
173 stars 52 forks source link

Error: CS0246 - Vector3, Quarternion #6

Closed espnicholas closed 3 years ago

espnicholas commented 8 years ago

Hello, I am getting these two errors on Unity 5.3.2f1 Personal on Mac with a fresh project after import.

Assets/SpaceNavigator/Plugins/SpaceNavigatorMac.cs(22,25): error CS0246: The type or namespace name `Vector3' could not be found. Are you missing a using directive or an assembly reference?

Assets/SpaceNavigator/Plugins/SpaceNavigatorMac.cs(40,25): error CS0246: The type or namespace name `Quaternion' could not be found. Are you missing a using directive or an assembly reference?
PatHightree commented 8 years ago

Thanks for reporting that, another user ran into the same problem and sent me a fix. It is in the latest development branch on github. I'm planning a new release to the asset store, but I can't say when that will happen.

Ciao, Patrick

On 14 Feb 2016 03:37, Nick Espinosa notifications@github.com wrote:

Hello, I am getting these two errors on Unity 5.3.2f1 Personal on Mac with a fresh project after import.

Assets/SpaceNavigator/Plugins/SpaceNavigatorMac.cs(22,25): error CS0246: The type or namespace name Vector3' could not be found. Are you missing a using directive or an assembly reference? Assets/SpaceNavigator/Plugins/SpaceNavigatorMac.cs(40,25): error CS0246: The type or namespace nameQuaternion' could not be found. Are you missing a using directive or an assembly reference?

— Reply to this email directly or view it on GitHub.

abaskon commented 3 years ago

Hello, I am getting these two errors on Unity 5.3.2f1 Personal on Mac with a fresh project after import.

Assets/SpaceNavigator/Plugins/SpaceNavigatorMac.cs(22,25): error CS0246: The type or namespace name `Vector3' could not be found. Are you missing a using directive or an assembly reference?

Assets/SpaceNavigator/Plugins/SpaceNavigatorMac.cs(40,25): error CS0246: The type or namespace name `Quaternion' could not be found. Are you missing a using directive or an assembly reference?

did you find any solution

PatHightree commented 3 years ago

No, sorry this issue was closed because unity 5.x is no longer supported