Search Issue Tracker
Active
Votes
0
Found in
2022.3.63f1
6000.0.51f1
6000.1.7f1
6000.2.0b6
Issue ID
UUM-109475
Regression
Yes
Errors are thrown when a GameObject with Trail Renderer is selected in the Hierarchy, moved and destroyed
How to reproduce:
1. Open the attached “Trail errors” project
2. Open the “SampleScene”
3. Enter Play mode
4. Switch to the Scene view
5. In the Hierarchy, select the “GameObject”
6. In the Inspector, Transform component, change any of the “Position” properties to “2”
7. Observe the Console
Expected result: No errors are thrown in the Console
Actual result: Multiple errors are thrown in the Console
Reproducible with: 2022.2.0a6, 2022.3.63f1, 6000.0.51f1, 6000.1.7f1, 6000.2.0b6
Not reproducible with: 2022.2.0a5
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
- Errors thrown: “MissingReferenceException” and “GUI Error”
- Also reproducible by moving the GameObject via move tool or a script
- Reproduces when the GameObject is destroyed via “Autodestruct” setting or “Destroy” method
- Does not reproduce in Game view or when the GameObject is not selected
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 RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment