Commit 9f89323
Re-enable culling mask UI
This PR addresses [UUM-66079](https://jira.unity3d.com/browse/UUM-66079), and partially reverts some changes made in #43938, since @MINGWAI found a use-case where the Culling Mask is still useful in Forward+.
This change
1. edits the tooltip of the culling mask.
2. makes the Culling Mask always editable, regardless of Deferred, Forward, Forward+ etc.
3. If the culling mask is set to a non-default value, adds this info box to alleviate the source of lots of user confusion.
<img width="600" alt="image" src="https://media.github.cds.internal.unity3d.com/user/2726/files/04898627-06ec-4271-b411-10f1006707ee">1 parent 3a48e76 commit 9f89323
2 files changed
Lines changed: 4 additions & 26 deletions
File tree
- Packages/com.unity.render-pipelines.universal/Editor/Lighting
Lines changed: 2 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
| 289 | + | |
311 | 290 | | |
312 | 291 | | |
313 | | - | |
| 292 | + | |
314 | 293 | | |
315 | 294 | | |
316 | 295 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments