[Account] Fix Asset Store and Unity Learn Performance Degradation
Solution
Unity 2021.x - Unity 6.3.x
Published 8 days ago
Significant performance degradation is encountered when interacting with the Asset Store or Unity Learn website while logged into a user account. Operations such as searching for assets or completing purchases become extremely slow, resulting in prolonged loading times and potential timeouts, despite normal performance when logged out.
To resolve performance issues within the Asset Store or Unity Learn, a methodical isolation process is recommended to distinguish between browser configurations and account data corruption.
Open an Incognito or Private browsing window to bypass existing cookies and extensions. 2. Log in to the required account within the Incognito session to verify if performance stabilizes. 3. Attempt access through an alternative web browser to rule out engine-specific rendering or caching bugs. 4. Test functionality using a newly created account to determine if the primary account metadata is causing server-side processing delays.
Additional Tips:
Clear the browser cache and specific cookies related to unity.com. * Disable browser extensions, particularly ad-blockers or script-blockers, which may interfere with store scripts. * Ensure the local firewall or proxy settings are not throttling connections to Unity’s CDN.
TL;DR
Troubleshoot Asset Store lag by utilizing Incognito mode or alternative browsers to isolate account-specific cache issues.
Related Posts Haven't quite found a solution to your problem? We think these posts might help you.
Content inspired by a Unity discussion post.