I’m trying to migrate the CitySample traffic system into a fresh project. So far, I’ve:
Copied the MassCrowd level and all its dependencies.
Imported the traffic plugin and all project source files.
Copied every file from the CitySample/Config folder.
Everything compiles and the vehicles self-drive, but they always come to a complete stop at any intersection I’ve created myself. If I leave the original ZoneShapes from the MassCrowd level in place, traffic flows exactly as expected—only my custom intersections cause the cars to freeze.
All my intersection uses the same Lane profile as my “road” lanes and they contains the appropriate intersection tags (Vehicule, Intersection, City)
Has anyone successfully migrated this system before, or can point out what I might be missing? Any advice would be greatly appreciated!