Search Issue Tracker
By Design
Votes
0
Found in
2018.3.6f1
Issue ID
1131897
Regression
No
Wrap Mode on Render Texture does not work unless Anti-Aliasing on the Render Texture is set to 2 or more
Steps to reproduce:
1. Open attached project "WrapModeOnRenderTextureBug"
2. Select "test" render texture in the Project tab
3. Set Anti-Aliasing to "None" and Wrap Mode to "Mirror"
-Wrap doesn't work/apply
Actual result: Wrap Mode on Render Texture does not work unless Anti-Aliasing on the Render Texture is set to 2 or more
Expected result: Wrap effects should apply even when Anti-Aliasing is set to "None"
Reproduced on: 2018.3.8f1, 2019.1.0b5, 2019.2.0a7
Reproduced on Graphics APIs: Direct3D11, Vulkan, OpenGLCore, OpenGLES3
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Resolution Note:
Depth can't be mirrored. On the RenderTexture, set Depth Buffer to "No depth buffer". Then the mirror will work.