Search Issue Tracker
Won't Fix
Votes
1
Found in
5.3.4f1
Issue ID
793452
Regression
No
Mask component doesn't add Image component in spite of dependency
Steps to reproduce:
1. Open attached project "scrollRectAndMask"
2. Open "repro" scene
3. Navigate Canvas>Panel>GameObject in hierarchy
4. Add Mask component to "GameObject" object
Result: Mask doesn't work as it requires Image component.
Workaround: Use 2D Rect Mask instead of Mask
Note: I personally expected that if you add Mask, Image component is being added automatically. Also there is nothing mentioned about Image component in documentation:
http://docs.unity3d.com/Manual/script-Mask.html
Reproduced with: Unity 5.3.4p5; 5.4.0b16;
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment