BMEAutomatedDrive / SUMO-Unity3D-connection

This example demonstrates real-time communication between the microscopic traffic simulator SUMO and the 3D game engine Unity 3D with Python 3.7 based TCP/IP server. Video about the example: https://www.youtube.com/watch?v=4RiJyDnm41Q
Other
97 stars 29 forks source link

connect SUMO to Unity3D #5

Open ghost opened 1 year ago

ghost commented 1 year ago

Hello, how can I connect SUMO to Unity3D? I have cloned your projects and simulation is running but unfortunately connection between Unity3D with SUMO is not working.

ghost commented 1 year ago

Hello Ahmad,

Are the zip files ok, but how can I connect SUMO to Unity3D? is there a video explaining this? or can you please help me online meeting ?

Many greetings

hossein


Von: ahmad1441 @.> Gesendet: Dienstag, 10. Januar 2023 01:44 An: BMEAutomatedDrive/SUMO-Unity3D-connection @.> Cc: Asadi Talouki, Hossein @.>; Mention @.> Betreff: (extern) Re: [BMEAutomatedDrive/SUMO-Unity3D-connection] connect SUMO to Unity3D (Issue #5)

@hos8455shttps://github.com/hos8455s i cloned the project. Are the zip files okay? I cannot Uzip them. it says they are damaged.

— Reply to this email directly, view it on GitHubhttps://github.com/BMEAutomatedDrive/SUMO-Unity3D-connection/issues/5#issuecomment-1376557790, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZSWJICZDJI5T26CFQMHUP3WRSWGZANCNFSM6AAAAAATVGLLAI. You are receiving this because you were mentioned.Message ID: @.***>

ghost commented 1 year ago

Hello Ahmad, Are the zip files ok, but how can I connect SUMO to Unity3D? is there a video explaining this? or can you please help me online meeting ?

Many greetings Hossein

Ahmad1441 commented 1 year ago

@hos8455s this project does not work, no chance to get it done. Assets were removed.

LittleDonkey-jr commented 1 year ago

{5359D6C3-B424-495a-92E9-3262F5056B80} On TCP_Server.py Change Variable ClientName like that It works ,my unity ver is 2021.3.26 and sumo is 1.14

longzuyan commented 3 months ago

{5359D6C3-B424-495a-92E9-3262F5056B80} On TCP_Server.py Change Variable ClientName like that It works ,my unity ver is 2021.3.26 and sumo is 1.14

Hello, how can I upgrade the adapted version of the unity project in the project from 2018.3.5f1 to 2020.3.36?. Many greetings

LittleDonkey-jr commented 3 months ago

{5359D6C3-B424-495a-92E9-3262F5056B80} On TCP_Server.py Change Variable ClientName like that It works ,my unity ver is 2021.3.26 and sumo is 1.14

Hello, how can I upgrade the adapted version of the unity project in the project from 2018.3.5f1 to 2020.3.36?. Many greetings

Hello,I'm tested it on change ver from 2018.3.5.f1 to 2022.3.0f1c1. when you enter safe mode during changing version 1716887319230fix those errors on **.cs file by add namespace :using UnityEngine.UI; and then replace GUITexture to Image,GUIText to Text. it should works

longzuyan commented 2 months ago

{5359D6C3-B424-495a-92E9-3262F5056B80} On TCP_Server.py Change Variable ClientName like that It works ,my unity ver is 2021.3.26 and sumo is 1.14

Hello, how can I upgrade the adapted version of the unity project in the project from 2018.3.5f1 to 2020.3.36?. Many greetings

Hello,I'm tested it on change ver from 2018.3.5.f1 to 2022.3.0f1c1. when you enter safe mode during changing version 1716887319230fix those errors on **.cs file by add namespace :using UnityEngine.UI; and then replace GUITexture to Image,GUIText to Text. it should works

Thanks for your help!