Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.0a10
2023.1.0a3
Issue ID
UUM-495
Regression
Yes
Crash on ComputeShader::SetValueParam when opening a certain Scene
Reproduction steps:
1. Open the user's attached project
2. Delete the 'Library/ShaderCache' folder
3. Replace the manifest.json file in the project with the attached 'manifest_to_be_replaced'
4. Open the 'MainLevel_Menu' Scene
5. Observe a crash
Reproducible with: 2022.2.0a10, 2022.2.0a15
Not reproducible with: 2019.4.39f1, 2020.3.34f1, 2021.3.3f1, 2022.1.2f1, 2022.2.0a9
Reproduced on: macOS 11.6 (Intel)
Note: changing URP and Visual Effect Graph packages separately doesn't cause the issue
First lines of the stack trace:
#0 0x000001104923d3 in ComputeShader::SetValueParam(ShaderLab::FastPropertyName const&, int, void const*)
#1 0x0000011108808e in VFXManager::ZeroInitializeBuffer(GraphicsBuffer*, unsigned int, unsigned int, bool)
#2 0x0000011105989c in VFXParticleSystem::InitBuffers()
#3 0x000001110599da in VFXParticleSystem::Init()
#4 0x00000111093702 in VisualEffect::InitData(VFXPropertySheetSerializedComponent const&, bool)
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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
Resolution Note:
Cannot reproduce the issue.
Note that the project contains some custom packages that are not available in the uploaded .zip.