Search Issue Tracker
By Design
Votes
5
Found in
2017.1.2f1
Issue ID
958016
Regression
Yes
[Regression] Render Texture is not rendered when using GL.IssuePluginEvent to render from Native D3D11 plugin
1. Open users attached project and "Scene"
2. Inspect the "RenderingOverride" script. User uses OnRenderImage function to render an image effect and calls GL.IssuePluginEvent to render from plugin
3. Open the Game view
Expected result - Game viewport has gradient color from Green to Red
Actual result - Game view is black/nothing is rendered
Regression introduced in - 2017.1.1p1
Reproducible with - 2017.3.0b4, 2017.2.0f3, 2017.1.2p1, 2017.1.1p1
Not reproducible with - 2017.1.1f1
By Design - The user forgot to setup InputLayout. It worked before because input layout matched (at least the first 3 elements) by previous inputlayouts set by the engine.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment