Search Issue Tracker
Fixed in 13.1.3
Votes
35
Found in [Package]
13.1.1
Issue ID
1379350
Regression
Yes
[HDRP] Render Graph execution error on "RenderPass Render Shadow Maps was not provided" after leaving editor open for a while
Steps to reproduce:
1. Open attached project and make sure paths point to your local Graphics repo
2. Open ReproRendergraph.unity
3. Leave the editor open for an hour or two
4. Observe that Render Graph execution error appears
Expected result: Render Graph execution error on "RenderPass Render Shadow Maps was not provided" should not occur
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
- [Silicon] Crash on mono_get_hazardous_pointer when disconnecting Bluetooth Headhpones while in Play Mode
- Switching Project when importing complete project does not import all assets and project opens incomplete
- [Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
- Undoing the branch rotation resets only wireframe and not mesh when undoing the action first time after launching the project
- Asset Bundles retain their previous hash when dependency of prefab instance changes
nehvaleem
Feb 15, 2022 21:18
What about backporting it to 12.X?
BrianWhitenack
Jan 04, 2022 04:35
Please fix this asap. It happens every 5 minutes of editor use.
maxdesmo
Dec 28, 2021 05:14
@Seith Thanks, I tried you're method and it worked for me. I was previously getting the error after 5 minutes in play mode. I can now run it for more than 30 mins without issue, so the fix posted by @SebLagarde does appear to have fixed the issue (at least for me).
Laruda
Dec 26, 2021 02:11
When are we going to have a fix? I can't work on my project because of this bug
colinleet
Dec 22, 2021 21:41
This bug blows up my game every 5-10 minutes, needs a full restart. Unavoidable =(
Seith
Dec 17, 2021 08:13
@Maxdesmo You need to delete the directory of the cached version from your project's Library folder (ie. [yourGame]\Library\PackageCache\com.unity.render-pipelines.core@12.1.2\Runtime\RenderGraph) before you modify the file in your Unity install folder.
By modifying the RenderGraphResources.cs file in C:\Program Files\Unity\Hub\Editor\2021.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.render-pipelines.core\Runtime\RenderGraph it will force Unity to recreate the cached version in your project, but this time it will include the fix you put in.
Matjio
Dec 16, 2021 09:25
Here are some instructions on how to modify source code: https://github.com/Unity-Technologies/Graphics
VARtechLLC
Dec 16, 2021 01:54
It doesn't seem to fix it for me. I still receive the error after messing with textures and materials randomly, very frustrating.
maxdesmo
Dec 16, 2021 00:10
How do I modify the package source code with the provided fix? I tried doing this manually, but I get the following:
The package cache was invalidated and rebuilt because the following immutable asset(s) were unexpectedly altered:
Packages/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraphResources.cs
It appears the package is not editable
SebLagarde
Dec 15, 2021 18:30
Hi, thanks for reporting this issue, it is fixed but we have experienced slowness in getting result in an official release. Should be in 2021.2.8f1 or 2021.2.9f1.
Fix is here in case you can afford to modify package source code until getting official release: https://github.com/Unity-Technologies/Graphics/pull/6329/files