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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Depth can't be mirrored. On the RenderTexture, set Depth Buffer to "No depth buffer". Then the mirror will work.