Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b17
Issue ID
795553
Regression
Yes
Shader Input Arrays not getting set Unity 5.4
Shader input arrays not getting set Unity 5.4
Steps to Reproduce
-------------------------------
1.Download the small user reproduction project
2.Open the project in 5.3, open the 'test' scene and run in the editor.
3.Note that there are no problems, you will see 16 white squares.
4.Open the same project in the latest 5.4
5.Open the 'test' scene and run in the editor.
Result
When running in 5.4.x you will note that a single black square is visible.
Expected Result:
Sixteen white squares should be visible.
See the 5.3.x Vs 5.4.x comparison screenshot in the comments below.
Tested in
5.3.5f1 (960ebf59018a) - working
5.4.0b18 (5744ebf94ac5) - broken
5.4.0b11 (323b0238353b) - broken
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment