Unity-Technologies / BoatAttack

Demo Project using the Universal RP from Unity3D
Other
2.51k stars 946 forks source link

Changed Lod Lightmaps to run only in editor and only when needed #118

Closed Verasl closed 3 years ago

Verasl commented 3 years ago

This fixes an issue where the built demo would spam a warning to do with LOD lightmaps at launch. Fixed by only running in editor before scenes are processed for the build and playmode, with updates happening after a light bake and also when entering edit mode.