PatHightree / SpaceNavigator

SpaceNavigator driver for Unity3D
MIT License
170 stars 55 forks source link

Support for 2019 at runtime #21

Closed msuttonricardo closed 3 years ago

msuttonricardo commented 5 years ago

Hello I really appreciate your asset and have been using it while developing in Unity 2018 and Unity 2019. Although I have found that the Fly around script does not work when you build in 2019. But it does work in the player. Do you have any idea why this might be?

FejZa commented 4 years ago

Switch the API compatibility level to .NET 4.x instead of .NET Standard and it will work.

SchmiffyHub commented 3 years ago

This fixed it for me when building with SpaceNavigator Driver plugin for Windows on Unity 20201.1f1. A huge thank you!

PatHightree commented 3 years ago

Closing this issue as a workaround was found. Also, using the 2.0.0 beta should fix this issue as well.