Saturday, 5 April 2025

LIGHTING ISSUES

 To set up to bake lighting: 

  • Project Settings:
    • Engine - Rendering: 
      • Allow Static Lighting to True
      • Disable Lumen: Change global dynamic illumination to None
  • To ensure:
    • Post Process Volume
      • Global Illumination Method: None
      • infinite extend: True
    The default level in UE5 is based on the Open World template, with the World Partition. Meaning that Baked Lighting does not work with it. (5.5 and beyond says that it works with baked lighting).
    NOTE: if you try to test baked lighting in a basic level, you have to delete the floor that comes with it. Baked lighting doesn't work on it.
    Make sure Force No Precomputed Lighting is turned OFF
    Check the lightmap density of objects in the scene, go to View mode > Optimization Viewmodes > Lightmap Densities

No comments:

Post a Comment

Shader Tool Week 3 - Surface Mapping

 Texture Cubes     Also known as cube maps, its 6 2D texture maps corresponding to the faces of an axis-aligned cube. Used in lighting a sce...