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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment