Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4.1f1
2020.2
Issue ID
1275521
Regression
No
SearchFilter() is inaccessible due to its protection level
Reproduction steps:
1. Open attached project "FindAssets.zip"
2. In Project window, open Assets/BugFindAsset.cs
3. In "BugFindAsset.cs", observe line 40, "SearchFilter()"
Expected result: Method is accessible
Actual result: Method is inaccessible due to its protection level
Reproducible with: 2018.4.27f1, 2019.4.10f1, 2020.1.6f1, 2020.2.0b3
Workaround:
Access is possible via reflection
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
Add comment