Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
Issue ID
1292651
Regression
No
RenderTexture wrap mode does nothing
RenderTextures completely ignores the wrap mode set in the inspector when they are sampled in a shader.
Tested in 2020.2.0b8 and 2020.1.0f1
Repro steps:
- Import the UnityPackage attached and load the Repro scene
- Look at the cube which has a material with a RenderTexture assigned to it
- The texture doesn't tile even if the wrap mode is set to Repeat in the RenderTexture settings.
Alternative Repro from scratch:
- Create a new Scene
- Create a new Render Texture in the project window and set it as a target in the camera
- Create a new material and assign the render texture to the albedo
- In the material inspector, change the UV tiling to 5 and update the Render texture wrap mode to repeat
- Observe that the texture doesn't repeat itself.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Add comment