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
- Semi transparent particles are incorrect in the game view
- [iOS] UI elements are invisible on iOS devices when using AdditionalUIRenderer
- Setting ArticulationBody.collisionDetectionMode at runtime via script to Discrete does not work if its being set from Continuous
- [iOS] Crash on ScriptingGCHandle::Acquire when calling RequestUserAuthorization without using yield for pending authorization
- Particle is not visible in RenderTexture when Renderer's material is set to Default-Particle and Camera's BG Alpha is set 0
Add comment