Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.1.X
Votes
0
Found in
Issue ID
1235706
Regression
No
[Caching Shader PP] Virtual texturing macros don't work with new PP
Input:
#define UNITY_DECLARE_TEX2D(tex) Texture2D tex; SamplerState sampler##tex
#define DECLARE_STACK_BASE(stackName) UNITY_DECLARE_TEX2D(stackName##_transtab);
DECLARE_STACK_BASE(VT)
Expected:
Texture2D VT_transtab; SamplerState samplerVT_transtab;
Actual:
Texture2D VT _transtab ; SamplerState samplerVT_transtab ;
(note the space between VT and _transtab)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit Slider value defaults to min value when the initial value is set in the UXML file
- The Player hangs when unloading a scene using the UnloadUnusedAssets() method
- [iOS] Too many texture parameters error is thrown when running on devices that support the number of parameters
- [MacOS] Trying to pick a Colour from full-screen window breaks Colour Picker Tool functionality
- WebGL Player hangs on first frame when "Autoconnect Profiler" is enabled and large amount of Profiler data is buffered before the first frame
Add comment