Search Issue Tracker
Fixed
Votes
33
Found in
5.4.0a3
Issue ID
746995
Regression
No
Assert appears while Unity recompiles script and scene is running
Repro
1. Open attached project
2. Run "TextureTest" scene
3. Open "DownloadTextureTest.cs" and make some changes
4. Save the script and back to the Editor
==>
Thread::EqualsCurrentThreadIDForAssert(Thread::mainThreadId)
m_RefCount != 0
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Malapropos
Jul 06, 2016 20:39
Happened to me too. Using UnityWebRequest.GetTexture to load images from web. Unity version 5.3.5f1.
DavideA
Apr 24, 2016 21:08
Same problem with UnityNetworking when downloading textures, it was already present in 5.3.4f1
immerse
Mar 10, 2016 16:44
I'm seeing a similar issue too when downloading textures using the new UnityNetworking.