Hey
Any thoughts or suggestions as to how to programmatically control a droid from unity?
Looking for guidance on product and platform selection as a start.
Thanks
E
Hey
Any thoughts or suggestions as to how to programmatically control a droid from unity?
Looking for guidance on product and platform selection as a start.
Thanks
E
Are you talking about real-life mechanical robot here? Or am I missing something?
Serial port, bluetooth or radio frequency? What type of droid? Precision industrial or hobby robotics? Controlled from desktop, laptop or iDevice?
All of the above. Any development platforms which will easily allow Unity API access to runtime controls of a droid.
Not enough data.
Your droid will be communicating via network protocol, bluetooth, serial usb connection, or with all of the above, depending on what it is.
All of this, however, is something you can easily look up. “send packet tcp/ip C#”, “Serial usb communicate C#”, “arduino communicate C#” and so on.
So, you have no question to ask right now, but you have a lot of topics to look up.
You could get started with Arduino, which is a micro controller that can be connected to Unity. But as other have said, you have to be more specific since just about anything can be done in one way or another.