Search Issue Tracker
By Design
Votes
0
Found in
5.0.0b3
Issue ID
632306
Regression
Yes
Screen Overlay script effect leaks to Render Texture on WP8.1
Steps to reproduce:
1. Download attached project
2. Build and run it to WP8.1
3. If no Anti-Aliasing is enabled on Render Texture, last rendered plane will have Overlay Image applied.
Why is this by design?
This was caused by recursively rendering into the the same render texture. Rendering to a texture while the same texture is visible on the screen is not legal.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Pressing “Open” button in Inspector > “High Quality Lines” Override throws “Item m_RenderPipelineSettings.supportHighQualityLineRendering not found” warning
- Overlays are immediately undocked when the Overlay is docked to the right side of Scene View and the Overlay's Handle is clicked
- Crash in PhysicsManager::IgnoreCollision when a GameObject with “Is Trigger” enabled enters a collision in a specific project
- Selecting unsupported Material in Physically Based Sky throws “RenderingCommandBuffer” errors instead of error help box in Inspector window
- Undo and redo does not update color field pop-up window after undoing other events outside the pop-up window
Add comment