Hello- So I’ve googled this topic, and most of the results I’ve found date to 2014, so I apologize for repeating the question. Basically I have a game about a haunted house, with dozens of modular rooms. At runtime, the rooms snap together in a unique arrangement. I’m having trouble getting the lights to look nice.
I am aiming for an art style similar to Layers of Fear ( http://cdn.edgecast.steamstatic.com/steam/apps/391720/ss_008e00782daa1fd5abb3ed8883d063c68915e695.1920x1080.jpg )
Am I correct in making the following assumption: If 100% of the meshes in my scene are moved into position when the game starts, I can not use static lights at all?
If that assumption is correct I don’t know what the best approach would be. Is it possible/practical to bake lighting into an emissive material? If so, I would need a custom material for each of my dozens of rooms, right? Currently I’m using shared materials in many rooms but I would think that wouldn’t be possible if I have to bake the lighting into each room’s custom material?
If I use movable lights, would it be too expensive to place a multitude of these lights in each of the many rooms? I don’t know if it makes a difference, but the entire game would be indoors, and you would never be able to see more than 2 or 3 rooms at a time. And can a level lit solely by movable lights have the fidelity I’m looking for? (see layers of fear link)
Could anyone help me with the broad strokes that might point me in the right direction?