Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2017.4
2018.4.13f1
2020.1
Issue ID
1210118
Regression
No
Graphic Raycaster Blocking Mask is accessible through the Inspector but not through script as its access modifier is "protected"
Reproduction steps:
1. Create a new project
2. Attach Graphic Raycaster component to any GameObject
3. Ensure that "Blocking Mask" can be accessed and changed in the Inspector
4. Create a new script and attach it to the said GameObject
5. Attempt to access GraphicRaycaster.m_blockingMask through script
Expected result: GraphicRaycaster.m_blockingMask can be accessed
Actual result: GraphicRaycaster.m_blockingMask cannot be accessed due to its "protected" access modifier
Reproduced in: 2017.4.36f1, 2018.4.16f1, 2019.2.19f1, 2019.3.0f6, 2020.1.0a20
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a11
Implemented Getter and Setter for Blocking Mask property, so that it can be accessed through script.