Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.5.0p4
Issue ID
868016
Regression
Yes
Crash occurs when variable accessibility is changed from public to private (or vice versa). Material::SetFloatArray
Reproduction Steps:
1. Open Project
2. Open "ImageFlip.cs"
3. Make sure that variable at line 11 is set to public
like this: public Material _material;
4. Open Game view (do not start)
5. Click a few times on the screen if needed
6. Crash should occur
--
7. If it does not crash make variable not public, like this "Material _material;"
8. Do 4 and 5 steps again
9. Crash should occur
Expected behaviour: Error is thrown as script and shader are unfinished.
Actual result: When accessibility of variable _material is changed, crash occurs.
Reproduced on versions: Unity 5.5.0b11, 5.5.0p4, 5.6.0b3
Did not reproduce on versions: Unity 5.4.4p1, 5.5.0b10
Regression introduced: Unity 5.5.0b11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
Add comment