TheDuckCow / godot-road-generator

A godot plugin for creating 3D highways and streets.
MIT License
311 stars 15 forks source link

Support nested RoadContainers #147

Open TheDuckCow opened 7 months ago

TheDuckCow commented 7 months ago

Having thought more about the example of providing off the shelf highway interchanges, per here, I realize that it really will in fact be important that saved subscenes can contain more than just one top-level RoadContainer. They should be able to contain nested RoadContainers.

This will allow for features like:

Open questions:

TheDuckCow commented 3 months ago

It's worth calling out that, in some sense, we do already support nested RoadContainers:

Screen Shot 2024-03-25 at 11 00 11 PM

But what is lacking:

TheDuckCow commented 2 months ago

Worth prioritizing this one after https://github.com/TheDuckCow/godot-road-generator/issues/118 is implemented. (could also be a good one for Bdog at that point, so won't start right away)