Load level by instance creates adds directional light to the scene

hii so when i press enter to move on to the next level (called day2) instead it just stays on the same level (day1) and keeps creating new directional lights for some reason after every few seconds. i have attached my blueprint. does anyone know what’s the problem?

I think you’ll find it is loading the whole of Day2. Watch how much the number of actors increases when you do the load

If you have a directional light in Day1 and Day2, then you will have 2 directional lights after loading Day2, because I don’t see you unloading Day1 here… :slight_smile:

fixed it! thankyou so much