Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2017.4.0f1
2017.4.27f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1159683
Regression
No
Grab RenderTexture from a particle shader is executed even if the Particle System is not emitting
How to reproduce:
1. Open the attached "BugParticleGrabPass.zip" project
2. Open scene "SampleScene"
3. Enter Play mode
4. Open and enable the Frame Debugger
Expected results: Grab RenderTexture calls should not be executed because neither of the two Particle Systems are emitting
Actual results: There are two Grab RenderTexture calls
Reproducible with: 2017.4.29f1, 2018.4.2f1, 2019.1.6f1, 2019.2.0b5, 2019.3.0a5
Comments (1)
-
gkapook201
Apr 29, 2020 00:45
Votes
0
Found in2017.4.0f1
2017.4.27f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID1159683
RegressionNo
GRAB RENDERTEXTURE FROM A PARTICLE SHADER IS EXECUTED EVEN IF THE PARTICLE SYSTEM IS NOT EMITTING
Shuriken-Jun 02, 2019
How to reproduce:
1. Open the attached "BugParticleGrabPass.zip" project
2. Open scene "SampleScene"
3. Enter Play mode
4. Open and enable the Frame DebuggerExpected results: Grab RenderTexture calls should not be executed because neither of the two Particle Systems are emitting
Actual results: There are two Grab RenderTexture callsReproducible with: 2017.4.29f1, 2018.4.2f1, 2019.1.6f1, 2019.2.0b5, 2019.3.0a5
Response avatar
RESOLUTION NOTE (FIX VERSION 2019.3):
We have only been able to figure out how to prevent the Grab Pass if the system is not playing (i.e. is in the stopped state). It is difficult/risky for us to try and filter out systems that are playing but contain no particles. We may revisit this in the future.
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
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
- Group Node name text is way smaller in the renaming state than the actual display size
Resolution Note (fix version 2019.3):
We have only been able to figure out how to prevent the Grab Pass if the system is not playing (i.e. is in the stopped state). It is difficult/risky for us to try and filter out systems that are playing but contain no particles. We may revisit this in the future.