This time I've discovered the problem that was messing up the level. Basically, the platforms are duplicated in the format of 'name_number'. In which when the project is reopened, the modification that was done in the correct order of numbers gets redone in order of name_1, name_10~19, name_100~, name_2 ... and so on.…