Search Issue Tracker
Fixed in 2021.2.X
Votes
1
Found in
2018.2
2018.3
2018.4
2019.1
2019.2
2019.3
2020.1
Issue ID
1211436
Regression
No
[URP] [HDRP] Instanced terrain is not visible in Baked Lightmap scene debug view
Repro:
1) Create new URP (or HDRP) project.
2) Add terrain.
3) Bake (you can reduce resolution for faster bake times).
4) When bake is complete, select the "Baked Lightmap" debug visualization. You should see the lightmap data.
5) Go to the terrain's settings and enable "Draw Instanced". At this point the lightmap data disappears (only wireframe remains).
Expected: The lightmap data is shown even if I enable "Draw Instanced".
Actual: It is not shown.
In projects using Builtin/Legacy renderer, this works fine. It only appears in URP/HDRP. It seems this was even an issue when instanced terrain drawing was introduced in 2018.3 (tested with 2018.3.6f1).
This issue is probably related to https://fogbugz.unity3d.com/f/cases/1082011/. I guess that the fix for 1082011 solved the problem for Builtin/Legacy but did not look at URP/HDRP (but this needs verification).
****************** Old repro steps ******************
Steps to reproduce:
1. Download and open FontaineBleu project (link in the comments)
2. Navigate to Lighting Settings
3. Bake the lighting
4. While the lighting is baking (or has finished), switch to Baked Lightmap scene view mode
5. Notice that terrain is not visible
Notes:
- Does not affect built-in RP and URP
- Does not reproduce in template projects with a flat terrain added to them
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Resizing Profiler Module Details panel and releasing mouse button outside Unity doesn't cancel resize
- "Auto-hide gizmos" preference is not saved when reopening the project
- Sampling a custom depth texture on a machine with a GTX 1080 makes object's textures display the wrong color when in Play mode or Player
- Terrain is missing the Hidden/TerrainEngine/Details/WavingDoublePass shader when AssetBundles are built in older Unity Versions
- [Android] URP Project crashes when built on a device with PowerVR Rogue GE8320 GPU
Resolution Note (fix version 2021.2):
Baked Lightmap debug view is not yet supported with SRPs. Will revisit this once general support for this with SRPs has been added.