egueli / TraCI4J

A high-level Java library to communicate with SUMO (Simulation of Urban MObility) through its TraCI protocol.
GNU General Public License v3.0
41 stars 27 forks source link

connect SUMO to Unity3D #34

Closed ghost closed 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.

egueli commented 1 year ago

Hi, TraCI is outdated and not supported anymore. Please use Libtraci (https://sumo.dlr.de/docs/Libtraci.html) that is maintained by the SUMO developers themselves.