Search Issue Tracker
By Design
Votes
1
Found in
2021.3.37f1
2022.3.26f1
2023.2.19f1
6000.0.0b16
Issue ID
UUM-70153
Regression
No
Memory usage rapidly rises when changing colors in the color wheel
Reproduction steps:
1. Open the attached “repro-project“
2. Navigate to the Hierarchy window, right-click, and select Effects → Trail to add a Trail effect
3. Select the newly created GameObject
4. In the Inspector window, locate the “Color” field under the “Trail Renderer” component and click on it to open the Gradient Editor
5. Within the Gradient Editor, click on the color field again to bring up the color wheel
6. Change the colors by clicking on the wheel and moving the cursor around within the color wheel
Expected result: Memory usage remains consistent
Actual result: Memory usage rapidly rises
Reproducible with: 2021.3.37f1, 2022.3.26f1, 2023.2.19f1, 6000.0.0b16
Reproduced on: Windows 10
Not reproducible on: macOS Sonoma 14.4.1 (Intel)
Note: Not reproducible in a newly created project
-
davisongeorgedg
Apr 19, 2024 19:36
Hire a Licensed Hacker- Bliss Paradox Recovery to get a stolen bitcoin back.
Inasmuch as there are so many recovery experts out here, I would like to recommend one of the best and reputable hacker who saved me from losing $432k worth of bitcoin that was frozen in Proton 5 platform.
Came across a review about how they helped so many victims of crypto scam. I got so lucky to be among their testifiers.
You can reach out to them through email Blissparadoxrecovery @ aol. com if you need help.
Other contact details:
Telegram- Blissparadoxrecovery
WhatsApp +1 3 8 0 2 0 6 9 7 1 2
Signal No. + 1 7 2 7 6 1 5 9 0 3 0
This article is to whom it may concern, ignore if you are not a victim of crypto scam.
Regards!
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
- “ArgumentOutOfRangeException“ error when selecting 'TMP_InputField' content using keyboard in WebGL build
- Spot Light with 'Box' Shape stops working when it collides with Mesh
- Accepting Asset Store EULA endless loop in Package Manager window
- “InvalidOperationException: Sequence contains no matching element“ error when reenabling a custom Debug Draw Mode
- Prefab that contains a layout group is marked as changed by the Editor when opened
Resolution Note:
After investigation, it happens that the memory leak is due to the user script *PolygonScript.cs* which instantiate a new mesh every frame.
In that scenario, it should be better to modify the current mesh rather than create a new one.