Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.5.0a7
Issue ID
UUM-134660
Regression
Yes
Shader errors are thrown after switching the Platform in Universal 3D template project
Reproduction steps:
1. Create a new Universal 3D template project
2. Select any of the Platforms in Build Profiles window (File > Build Profiles)
3. Press “Switch Platform” button and observe the Console
Actual result: Shader errors are thrown
Expected result: No warnings or errors are thrown
Reproducible with: 6000.5.0a7
Not reproducible with: 6000.0.68f1, 6000.3.9f1, 6000.4.0b9, 6000.5.0a6
Reproduced on: Windows 11, macOS Sequoia 26.2 (M4)
Note:
All errors:
{code:java}
Shader error in 'ScreenResolveUpsampling': unrecognized identifier 'QrngKronecker' at kernel Upsample at ScreenResolveUpsampling.compute(37) (on d3d11) {code}
{code:java}
Shader error in 'ScreenResolveUpsampling': unrecognized identifier 'rng' at kernel Upsample at ScreenResolveUpsampling.compute(37) (on d3d11)
{code}
{code:java}
Shader error in 'ScreenResolveLookup': unrecognized identifier 'QrngKronecker' at kernel Lookup at ScreenResolveLookup.compute(60) (on d3d11)
{code}
{code:java}
Shader error in 'ScreenResolveLookup': unrecognized identifier 'rng' at kernel Lookup at ScreenResolveLookup.compute(60) (on d3d11)
{code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
Add comment