Skip to content

Commit

Permalink
Runs origin migration on nested prefabs too.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Nov 16, 2021
1 parent 3ddfa58 commit bc4bb1b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ namespace phasereditor2d.scene.core.migrations {

await this.migrateList(obj.list);
}

if (obj.nestedPrefabs) {

await this.migrateList(obj.nestedPrefabs);
}
}
}
}
Expand Down

0 comments on commit bc4bb1b

Please sign in to comment.