Commit 20c0523
URP: Ensure ScriptableRendererFeatures are compiled before validating them.
This PR add an extra check to `ScriptableRendererData.OnValidate` to ensure we only validate `ScriptableRendererFeatures` when all scripts have been compiled. Not doing so can lead to errors being thrown to the console during import (see attached Jira ticket).
Jira: https://jira.unity3d.com/browse/UUM-589441 parent 7ae738d commit 20c0523
File tree
1 file changed
+3
-1
lines changed- Packages/com.unity.render-pipelines.universal/Runtime
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments