11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
15件のうち 1 - 10を表示中
ユーザーレビュー
表示順
I've written to the developer 2 weeks ago, and I haven't got a reply to my question. The examples are 2.5/5 as they are not very specific to actually mobile building.
I really think the major draw-back is the actual developer saying in other comments "Have you contacted me on e-mail?" yet not responding to such inquiries.
このレビューは役に立ちましたか?
0
0
l
MultipleWifiBoard with limited ports and lack of tutorial
4 years ago
laboratoriolehsa以前のバージョン 3.3.3 で
I need to connect MultipleWifiBoard , however the programming seems to have the limitation that each card must have to use a different port, however
the ESP8266 only has an A0 port.
I tried to contact the developer but to no avail.
I need this for a university research project.
このレビューは役に立ちましたか?
0
0
E
Bad asset, does not work
5 years ago
Enumerator_T以前のバージョン 3.3.3 で
This asset seems to be abandoned and left for dead by the creator, missing libs, problems after problems, refund me!
このレビューは役に立ちましたか?
0
0
パブリッシャーからの返信:
4 years ago に返信
The package is not abandoned no worries; have you tried to reach me via email ?
S
Cant get Sended Data from Unity to work with it on NodeMCU!
5 years ago
ShadowlessStudios以前のバージョン 3.3.3 で
Hi Marc,
I need your help <- I can't get the Data wich is sended by Unity to work with it. That means:
I send data with KeyboardArrow. Arrow UP is =1 Arrow Down is 2 and so on. If i dont press anything than the number 5 is Sended all the time.
I do this with this Code:
in start funktion is the board defined:
board = UduinoManager.Instance.GetBoard("ESP8266TamerBoard");
And the sendig Code is this bellow:
"UduinoManager.Instance.sendCommand(board,"1"); "
I can see the Numbers in the last send Message Fram in Unity.
And in the Serial Monitor i was able to see the numbers after i added this Code to the Start Funktion of the NodeMCU: uduino.useSerial(true);
That means Unity does everything right i think. Iam able to see last message and teh SerialMonitor of the NodeMcu show teh correct number!
But i cant work with the seen Number in don’t know why!
I tried it this following way to just debug it but no chance:
//CODE ON NODEMCU:
int switchCaseNumber;
void getDataTest()
{
if (softwareSerial.available()) //I tried this with softwareSerial aswell
{
switchCaseNumber = Serial.read();
switch (switchCaseNumber)
{
case '1': Serial.println("The nummber 1 arrived us"); break; //just to see if when press the Key Arrow UP if it works but no it don’t;
case '2': Serial.println("Die Zahl 2 Kam an"); break;
case '3': Serial.println("Die Zahl 3 Kam an"); break;
case '4': Serial.println("Die Zahl 4 Kam an"); break;
case '5': Serial.println("Die Zahl 5 Kam an"); break;
default: Serial.println("no number arrives");
Serial.println("this number arrives us :");
Serial.write(switchCaseNumber ); // I tried it with Serial.print() too
Serial.println("================================");
break;
}
}
}
But am I doing wrong?
Software Serial sends and receives data from Arduino without any problems but not from Unity.
このレビューは役に立ちましたか?
0
0
s
Very good asset and very good support
5 years ago
sergeencaoua以前のバージョン 3.3 で
Version 3.3.2: I have used it to connect my Android smartphone to a nodeMCU 12-E, and it works OK . At the beginning there was an issue with the Build 3.3 , i have written to Marc, and he solved the problem within one day by updating the Uduino wifi which is now 3.3.2
このレビューは役に立ちましたか?
0
0
l
Please fix the typoi n example code!
5 years ago
lungpan_cheng以前のバージョン 3.2.1 で
The first two lines should be:
#include <Uduino_Wifi.h>
Uduino_Wifi uduino("uduinoBoard");
Please change "WiFi" to "Wifi" for the imported library to work. Thanks.
このレビューは役に立ちましたか?
0
0
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
言語選択
Copyright © 2025 Unity Technologies
全ての表示価格には消費税は含まれていません