Search Issue Tracker
Fixed in 2017.1.0f3
Fixed in 5.5.X, 5.6.X
Votes
3
Found in
5.5.1f1
Issue ID
884291
Regression
No
Assertion failed on expression: 'm_InstanceID != InstanceID_None' when reloading texture with UnityWebRequest.GetTexture()
To reproduce:
1. Open project
2. Open 'BlankScene'
3. Play the scene
4. Click the 'Office Smart 2VR' tile
5. Click 'Buiten' tile
6. Click arrow in left top corner
Expected: textures will be loaded without any errors
Actual: an error is thrown:
'Assertion failed on expression: 'm_InstanceID != InstanceID_None'
UnityEngine.Networking.DownloadHandlerTexture:get_texture()
<Await>c__Iterator0:MoveNext() (at Assets/Scripts/ThumbnailBinding.cs:122)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)'
Reproduced on: 5.5.0f3, 5.5.1f1, p4, 5.5.2f1, 5.6.0b10
Note: tested on windows 8.1, no repro on OSX 10.12.2
Comments (7)
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
- GameObjects change Hierarchy order when undoing adding Component to multiple GameObjects
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
smichel
May 31, 2018 12:28
Got it in 5.6.6f2
villetuh
Nov 02, 2017 12:25
I'm also getting the error messages with 2017.2.0f3.
kashif-shabbir
Nov 02, 2017 10:52
This is not solved! Still getting the error on Unity 2017.1.0f3!
NamekGames
Oct 25, 2017 20:54
This is not solved! Still getting the error on Unity 2017.2!
Assertion failed: Assertion failed on expression: 'm_InstanceID != InstanceID_None'
UnityEngine.Networking.DownloadHandlerTexture:GetContent(UnityWebRequest)
<GetTexture>c__Iterator1:MoveNext() (at Assets/Scripts/Item.cs:209)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
r-pedra
Aug 22, 2017 10:08
Will this fix be backported on. 5.6?
ForceMagic
Mar 22, 2017 15:07
Forgot to mention I am on 5.5.2f1
ForceMagic
Mar 22, 2017 14:59
Confirm I have the same callstack :
Assertion failed on expression: 'm_InstanceID != InstanceID_None'
UnityEngine.Networking.DownloadHandlerTexture:get_texture()