You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I am looking for my in-game lights to remain constant no matter where I am (apart from un-loading as I travel far)
What is the issue? Include enough details if possible!
The issue is that as I move towards the light source, the light becomes covered in some shadow that isn’t my player’s. I’m not sure what’s causing this but I suspect it has to do with the lighting tech I use.
I’ve tried switching from Future lighting to Shadow map and it works great, however I was just wondering why it happens in future at all since it’s supposed to be a new lighting option, and I think I prefer it for my game.
Changing to shadowmap resolves the issue, however certain interiors in my game loose it’s appeal so if there’s a way to fix this it’d be highly appreciated.
SOLVED: Make sure the part that the lighting element is within has cast shadow diabled
that’s exactly it. It’s a new lighting option released recently, there are bound to be bugs and issues scattered here and there. It is likely a bug.
However, maybe it’s an issue to do with something in studio lighting.
Under Lighting, try changing some of the settings around and see if that fixes anything. If not, continue to report it as a bug.
I appreciate that suggestion because it actually led me to test and I found out what the issue was. The part that was housing the point light had CastShadow enabled which was the issue at hand. Thank you!