Using data layers to make holiday versions of my map.

Hi. I would like to have a different version of my game for various holidays around the year. I’m currently trying to do this with data layers. Right now I have all my Halloween assets in a data layer labeled Halloween and one for Christmas. When they’re unloaded, they shouldn’t appear in the game when I launch a session, but a lot of things are still showing up in the game. Is there a limit to how many assets can fit in a data layer, or is this a bug?

Thank you!

Do you have it set to “Unloaded” on the data layer you want to not load? also check that your props aren’t somehow in 2 data layers at once

Yeah, nothing else is loaded either.

Thank you for responding.