Search Issue Tracker
Won't Fix
Votes
2
Found in
5.4.3p3
Issue ID
860983
Regression
No
RectMask2D doesn't update when the parent size is changed
Description: RectMask2D doesn't update when the parent size is changed. After increasing parent size the "Child" game object should be visible, but it's not.
You need to manually disable RectMask2D component on "Parent" game object, and then enable it again to make "Child" game object visible.
To reproduce:
1. Open the 'main.unity' scene.
2. Run the game.
3. Click on 'Enlarge parent'
This will increase parent size, but child object is not visible.
4. Click on 'Fix mask'
This disables and enables RectMask2D component, and then child game object becomes visible.
Note: You can do step 4 first and then step 3, child object will be visible as long as you disable and enable RectMask2D component at some point while in Play mode.
Reproduces with: 5.3.0f4: 5.4.3p3: 5.5.0p1; 5.6.0b1
Note: In 5.3.0f4 disabling and enabling the component doesn't fix the problem.
Comments (1)
Add comment
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
nox_pp
Mar 25, 2017 18:04
Apart from disabling and re-enabling the RectMask2D on the "Parent" game object, I've found that there are other ways to force the mask to update, such as applying a small transformation to the child every time the size of the RectMask2D changes. Nonetheless, this blows.