Search Issue Tracker
Won't Fix
Votes
0
Found in
5.0.0a16
Issue ID
620003
Regression
No
Render texture witn no AntiAliasing has artifacts if rendering itself
A render texture that renders itself seems to generate some artifacts if it's anti-aliasing is set to none.
Explanation:
We don't support simultaneously drawing to and from the same render texture. The reason is that you need twice the memory to do that.
Antialiased RTs work because they already have an extra copy internally.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit meshes are fully rendered and rasterized when opacity is 0
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
- Memory leak when running a test with "GfxThreadingMode" set to "SplitJobs"
- Loading Unloaded unsaved Scene throws “ArgumentException” error in the Console
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
Add comment