Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
1
Found in
2018.1.1f1
Issue ID
1042486
Regression
No
RenderTexture get mirrored across X-Axis when using Camera with "Don't Clear" and different Antialiasing settings than project's
Steps to reproduce:
1. Open user-supplied project ("RenderTextureMirrorTest.zip")
2. Open Scene "SampleScene"
3. In Project window, change between "RenderTexture_MatchesQuality" and "RenderTexture_DoesNotMatchesQuality"
4. Inspect Inspector window while doing so
Expected: Render Textures look the same on both items because they only differ in antialiasing values
Actual: Render Texture with a differing antialiasing value has its view repeated and mirrored
Reproduced in: 2017.1.4f1, 2017.3.2f1, 2017.4.0f1, 2017.4.5f1, 2018.1.4f1, 2018.2.0b7
Note: you can see from the video that, for some reason, going into the Hierarchy window and back to Project window fixes this issue, but once you click outside Unity and back the issue reappears.
Overall it's pretty hard to replicate 100% but if it acts differently, try also move whole Unity window around to refresh it and the bug usually appears again
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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Resolution Note:
We are currently moving away from fixing bugs in the camera stacking in the legacy rendering system. The code is fragile and fixing one bug normally introduces many more