Uduino
Uduino copied to clipboard
Freezes Unity
Hi, for some reason Unity completely freezes when hitting the play button on the scene whenever I have the UduinoManager script on a Game Object in my scene, or when I instantiate UduinoManager in my other script. Very frustrating, because this library and package looks really nice and it looks like it would be a good solution. I have to end the task in the Task Manager to force Unity to close.
Details: using Unity version 5.5.0f3 using Arduino IDE 1.8.1 using Arduino/Genuino Micro board
Is it working with another arduino board ? Can you see the board when you click on "Discover Ports" ?
I dunno much about arduino, but these are some solutions that may help 1.Check if your arduino is properly connected to your system 2.Make sure that your arduino is not Damaged in any case 3.Make sure there are no infinite loops in your code 4.Try running some other project, if it works, there must be some problems in your code
Some Hardware issues: 1.Make sure you have enough Ram and Cpu power to run this stuff(to check, try running some small projects) 2.Make sure your cable is proper
If any of this worked, Leave a Like👍, if you dont like feel free to dislike👎.
Best Of Luck for your project
~TheSteamGuy