Search Issue Tracker
Fixed in 2017.1
Votes
1
Found in
5.5.1f1
Issue ID
883644
Regression
Yes
Dynamic object is getting Culled
To reproduce:
1. Open attached project;
2. Open "Test" scene;
3. Enter Play mode;
4. Move the Camera forward to the Cube ("Cube").
Expected result: as the Cube is dynamic object, it should not be culled. You should see the Cube with a yellow Outline.
Actual result: You can only see the dynamic Cube outline when any other object is obstructing it.
Notes:
-On versions 5.6 and 2017 Camera is flipped upside down.
-5.6 versions and older throw an error: "Failed to create DX11 vertex declaration; something wrong with vertex shader input data? (hr=80070057)" when Camera reaches the outlined Cube.
-2017.1.0a1 throws an error: "Invalid mask passed to GetVertexDeclaration()
UnityEngine.Graphics:Blit(Texture, RenderTexture, Material)
PostEffect:OnRenderImage(RenderTexture, RenderTexture) (at Assets/PostEffect.cs:46)" when entering the Play mode (on Graphics.Blit function).
Reproduced on versions: 5.5.0b6, 5.5.0b7, 5.5.1f1, 5.5.2f1, 5.6.0b10, 2017.1.0a1.
Not reproduced on version: 5.4.4p4, 5.5.0b1, 5.5.0b4, 5.5.0b5.
Bug first reproduced on: 5.5.0b6.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not cast when you first Blit the Shadow map and then set it back to Buffer
- Changes to instanced detail mesh material don't immediately apply
- [uGUI] Vertices retrieved from GetUIVertexStream method cannot be modified when adjusting them through script
- Scroll bar scrolls less in the Package Manager packages than elsewhere when pressing on the empty scroll bar area to scroll
- Undo.RegisterCreatedObjectUndo dirties the scene, but no actual changes to Scene are made
Add comment