-
-
Notifications
You must be signed in to change notification settings - Fork 207
Description
This issue was created in the GarageGames Repository (Link to original issue).
The issue was originally created by @RichardsGameStudio and had a total of 1 comments that may contain additional information. The original issue description is pasted below:
When using lightmapped objects you have to set representedInLightmap for the included lights. Also you have to set advancedLightmapSupport in LevelInfo. If you add another object (which is not lightmapped) to the scene, this object is not lighted (see image where everything except the character is lightmapped)
Now if you switch off representedInLightmap for the included lights, then everything seems to be OK, but I don't think that this is the way it should work. It wasn't an issue before 3.10 afaik. See the image below for how it looks when it is switched off.

