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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note:
Depth can't be mirrored. On the RenderTexture, set Depth Buffer to "No depth buffer". Then the mirror will work.