Looking-Glass / JoyconLib

Joy-Con library for Unity.
MIT License
471 stars 91 forks source link

BF Added instance detachment on scene change #26

Open OliJimbo opened 5 years ago

OliJimbo commented 5 years ago

Related to issue #15 - The instance of JoyconManager was only detached on quitting the application. I've added a few lines that check for a scene change and then detach the JoyCons. It doesn't crash now.