Search Issue Tracker
Not Reproducible
Votes
0
Found in
2021.1.0a6
Issue ID
1292986
Regression
Yes
Package compute shaders don't compile automatically when upgrading a project from 2020.2 to 2021.1
Repro steps:
1. Download the repro project: https://drive.google.com/file/d/169UcveLRJcUNmkBe6QknocBtyY5NBpx5/view?usp=sharing
2. Open the project in 2021.1.0a6 or later
3. Open the TestScene scene
4. Observe the console errors
VFXCopyBuffer.compute: Kernel at index (2) is invalid
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
VFXFillIndirectArgs.compute: Kernel at index (0) is invalid
Sort.compute: Kernel at index (0) is invalid
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Notes:
- Reimporting the shaders fixes the issue
- Not package-specific: happens with lots of package compute shaders (VFX, HDRP)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2021.1.X):
Looks fixed on 2021.1.0a7.