This is really cool! Have been using Unity for Oculus Quest development lately, and the idea of being able to deploy to something like an Arduino had never occurred to me.
Thank you so much! You're an excellent teacher, you made this process so incredibly simple! I hope you continue to make Arduino/Unity tutorials like this. If you had a Patreon I'd subscribe in a heartbeat!
Thank you so much ! I really needed such a tutorial to link my self-learning of electronics with some cool stuff like video games in Unity and your video was very well explained and easy to follow. If you plan on doing other useful tutorials like these I'm looking forward them (:
Thank you! I used it without the "else" condition, since it can cause Unity to go into infinity with it. Please post more tutorials. This is so easy to follow.
Great Video! I am brand new to this Arduino and Unity. I was wondering can you do video on movement? If I move the Arduino Lilypad up or down it will make different sound pitch while pressing letter A on keyboard. Thanks and keep up great tutorials!
Hm.. Question, is it possable to get data from a laser pointer? For example, if you put your hand infount of the laser stopping it, could you have a message display with the distence in unity?
I am working on a project But there is no Arduino plugin. I created a car electrical circuit on my computer. Can you help me? when pressing a button on the computer The output is sent to the Arduino pin. I write the program with Construct 2.
Can you make a video on how to play different videos, when pressing buttons in Arduino, I have searched the whole TH-cam for it an could find anything.. thanks for the awesome video.
thanks. i'm making a 3d scanner that needs automation and a good gul, decided unity has the building blocks for fast development. however serial has been an issue. one thing that could be built in is a list to know what ports are available. i suspect for me it will be executing python code to get ports. but there is probably a better solution. thanks this is helpful
API Compatibility Level does not show any dropdown menu or options; it only displays as " api compatibility level* ". Could you please help me figure out the issue?
Hi, thank you much for this video. Do you think is possible make an interaction between both, like in you game your character open a box and your arduino do it in real?
Nice video. I have a question, is it possible to send sensor data from arduino analog to unity with this package? Even though I'm writing on arduino via Atmel Studio with C Language?
It is a very large topic. Basically you are looking for tutorials in making API calls. Firebase only store data but it doesn’t create API for you. Recently I found out Contentful which is really good for creating API(not cheap). For API calls most of us just use Json.Net
@@CodetoCreate thanks for the reply but what serial port would I put since its on an android device, how do i check the serial port of an android device.
@@daudhtm5203 You will use Bluetooth for communication, so it will be the frequency or channel you are dealing with. Like this: www.allaboutcircuits.com/projects/control-an-arduino-using-your-phone/
Most Bluetooth boards have an existing example already. There are different types of Bluetooth, such as Bluetooth LE and regular Bluetooth that need to be paired.
@@daudhtm5203 you don't actually need any plugin. You can use Serialport class to connect to a virtual bluetooth port on your computer, you only need 2 things: PuTTY and Bluetooth connection. If you need more details, please contact me: samuka.98@hotmail.com
hello,beautiful girl,if i want my step motor rotate 100 step,how can i do it?100 rounds is from unity and motor is connect with arduino and a motor driver.
I did a back flip after reading title , never even thought about this.......Nice video
This is really cool! Have been using Unity for Oculus Quest development lately, and the idea of being able to deploy to something like an Arduino had never occurred to me.
Nice! Now you can add more experience to your VR games like turning on a fan!
Thank you so much! You're an excellent teacher, you made this process so incredibly simple! I hope you continue to make Arduino/Unity tutorials like this. If you had a Patreon I'd subscribe in a heartbeat!
Thanks for the feedback!
Thank you so much ! I really needed such a tutorial to link my self-learning of electronics with some cool stuff like video games in Unity and your video was very well explained and easy to follow. If you plan on doing other useful tutorials like these I'm looking forward them (:
Thanks!
Thank you! I used it without the "else" condition, since it can cause Unity to go into infinity with it. Please post more tutorials. This is so easy to follow.
Thanks for the feedbacks!
@@CodetoCreate excuse me .can I ask some question , i am taiwanese so my english is not well
thanks for such a great tutorial
how can we make it work over the network
Can you make a video on esp32 WiFi connection? And control a light by unity app ?
Wonderful video. Thank you for making it.
You are a saint and deserve only happiness!
Great Video! I am brand new to this Arduino and Unity. I was wondering can you do video on movement? If I move the Arduino Lilypad up or down it will make different sound pitch while pressing letter A on keyboard.
Thanks and keep up great tutorials!
Thanks!
Hm.. Question, is it possable to get data from a laser pointer?
For example, if you put your hand infount of the laser stopping it, could you have a message display with the distence in unity?
You can use an ultrasound sensor with Arduino.
Hi Masey ; Thank you for this awesome Tutorial I just learned a lot .
Hi. Nice video, thank you.
I want the application to find the port automatically by name or something else. is this possible?
I am working on a project But there is no Arduino plugin.
I created a car electrical circuit on my computer. Can you help me?
when pressing a button on the computer The output is sent to the Arduino pin.
I write the program with Construct 2.
Can you make a video on how to play different videos, when pressing buttons in Arduino, I have searched the whole TH-cam for it an could find anything.. thanks for the awesome video.
Very nice! Now I can implement my Arduino and esp stuff in Unity more easily. Thanks ;)
Very well explained. Thank you.
thanks. i'm making a 3d scanner that needs automation and a good gul, decided unity has the building blocks for fast development. however serial has been an issue. one thing that could be built in is a list to know what ports are available. i suspect for me it will be executing python code to get ports. but there is probably a better solution. thanks this is helpful
Thank you so much! Unfortunately, my LED does not light up. Unity writing: Sending Z Unity engine. Debug: Log (Object). Please tell me what to do?
API Compatibility Level does not show any dropdown menu or options; it only displays as " api compatibility level* ". Could you please help me figure out the issue?
The only vampire I don't mind getting bitten by
Awesome. What is the fastest delay you can use on the Arduino if the Arduino is acting as a game controller?
It is based on how your code is written and your USB port also your cable. You can do some test with your Arduino.
Hi, thank you much for this video. Do you think is possible make an interaction between both, like in you game your character open a box and your arduino do it in real?
I haven't tried that yet, but Arduino can use a mag lock or servo to unlock or open a box lid.
Macy, you are the BEST!
THANK YOU for the tutorial, it helps very much.
thanks from iraq i,ve been dizzy over the last 20 days but i think found my way to go throgh her
Nice video. I have a question, is it possible to send sensor data from arduino analog to unity with this package? Even though I'm writing on arduino via Atmel Studio with C Language?
As long as you are sending and reading it from the same serial port. I think it will work.
How to smooth sending data because i am facing lacks in data
Can we do the same for Raspberry pi 4, I created a small game in unity and I want to run it in raspberry pi, how can I do that?
Thank yuo good tutorial but you dont tell how to send string parameter why use char instead of string for the input?
is there any course for unity Arduino ??
This was helpful, thank you!
Help me to connect a sensor in Unity. Thank you!
is it compatible with audrino esp32 ?? please guide
Does anyone know how to do this with Bluetooth from phone to arduino
can we interface Unity with raspberry pi ?
not working in builds, works fine in editor
Please make video on " How to use real time database (Basically firebase) in unity app". C# script for Adding and retrieve data in unity app.
It is a very large topic. Basically you are looking for tutorials in making API calls. Firebase only store data but it doesn’t create API for you. Recently I found out Contentful which is really good for creating API(not cheap). For API calls most of us just use Json.Net
is it possible to use bluetooth with hc05 bluetooth module I am trying to connect aurdino to a game thats on an android device via bluetooth,
Yes, as long as your game is running on a device that has bluetooth.
@@CodetoCreate thanks for the reply but what serial port would I put since its on an android device, how do i check the serial port of an android device.
@@daudhtm5203 You will use Bluetooth for communication, so it will be the frequency or channel you are dealing with. Like this: www.allaboutcircuits.com/projects/control-an-arduino-using-your-phone/
@@CodetoCreate thanks for your time but how do I implement this in unity.
That is hard to reply in 1 message
Is there a way where you can send bluetooth messages from unity to arduino wirelessly
there's another video that's using this way: th-cam.com/video/SHhGDq0XPaY/w-d-xo.html
Most Bluetooth boards have an existing example already. There are different types of Bluetooth, such as Bluetooth LE and regular Bluetooth that need to be paired.
@@samuelvieira4504 the plugin is like 20 dollars do you know of any free ones
@@daudhtm5203 you don't actually need any plugin. You can use Serialport class to connect to a virtual bluetooth port on your computer, you only need 2 things: PuTTY and Bluetooth connection. If you need more details, please contact me: samuka.98@hotmail.com
Can we control dc motor in unity
To control speed
Plz reply
you help me a lot thank u I love u
excuse me .can I ask some question , i am taiwanese so my english is not well
hello,beautiful girl,if i want my step motor rotate 100 step,how can i do it?100 rounds is from unity and motor is connect with arduino and a motor driver.
Something beautiful.
Thank you!!
You are very welcome:)
You inspired me to make my first video! Thank you😎
How to integrate Arduino with unity in Android phone
did you find a solution?
Coool and amazing
Thanks!
😻
thanks
Rasberry pi is best
TY So Much!!