Search Issue Tracker
Fixed in 2017.1.X
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
- "IndexOutOfRangeException" thrown when moving caret left at start of TMP Input Field with rich text
- UIElements memory allocations grow when interacting with IMGUI custom Editor window
- AI Navigation Preferences are not indexed for Search and cannot be found when searching for them in the Preferences Search field
- Sprite with normal map is lit incorrectly when GameObject is rotated 180 degrees on Y axis or Z Scale is set to "-1"
- SpeedTree does not move when using WindZone while having Vulkan or OpenGLES3 as an active Graphics API
Add comment