Chisel.Prototype icon indicating copy to clipboard operation
Chisel.Prototype copied to clipboard

Generators should have a version number

Open LogicalError opened this issue 6 years ago • 0 comments

Since generators create all their brushes from scratch, any change in behaviour could potentially drastically change how a level created using generators would look. So we cannot simply change a generator once people have already started using it, but we might end up in situations where we feel we really do need to improve a generator. By adding version numbers we can make it possible to handle scenarios like upgrading/converting generators, or having different behaviours for different versions of generators. This gives us more control in situations like this.

LogicalError avatar Apr 14 '19 06:04 LogicalError