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
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- Missing Info Icon in Development Build Info Box for Web, Android, Meta, and XR Platforms
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
- Surface Inputs are not rendering when using the custom BaseShaderGUI
Resolution Note:
Depth can't be mirrored. On the RenderTexture, set Depth Buffer to "No depth buffer". Then the mirror will work.