Search Issue Tracker
Won't Fix
Won't Fix in 6000.4.X
Votes
0
Found in
6000.3.0b8
6000.4.0a4
Issue ID
UUM-125264
Regression
No
The Editor freezes indefinitely when setting the Parameters list element number to a very large number in the Filter Function Definition
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Create a new Filter Function Definition (Assets > Create > UI Toolkit > Filter Function Definition)
- Select the newly created Filter Function Definition
- Change the Parameters list element number to "999999" in the Inspector window
- Observe the Editor
Actual results: The Editor freezes indefinitely
Expected results: There is a limit or validation to prevent freezes/crashesÂ
Reproducible with versions: 6000.3.0b8, 6000.4.0a4
Can’t test with versions: 6000.0.61f1, 6000.2.10f1 (due to no Filter Function Definition feature)
Tested on (OS): MacOS Silicon Sequoia 15.6.1, Windows 11
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
We won't artificially limit the number of filter functions because of slow Editor updates. That being said, there's a general Editor performance regression under investigation that may help with showing large amount of items for SerializedObjects.
Resolution Note (6000.4.X):
We won't artificially limit the number of filter functions because of slow Editor updates. That being said, there's a general Editor performance regression under investigation that may help with showing large amount of items for SerializedObjects.