unity3d : Failed to query D3D11 context for ID3DUserDefinedAnnotation interface (hr = 0x80004002)

問題:

      下載最新版本5.4 Unity3D 安裝好後 打開unity 會出現 ”Failed to query D3D11 context for ID3DUserDefinedAnnotation interface (hr  = 0x80004002)“ 的錯誤

原因 

      可能是你電腦顯卡不支持 DX11

解決辦法:

      可以在unity中去掉unity對DX11的支持

   1.unity5.3之前的版本去掉如圖:

     


2.unity5.4之後改了“use Direct3D 11*”這個選項,應該在下圖中設置


取消“Auto Graphics API for Window”選項,選中“Direct3D11”,單擊減號刪掉,然後再選中“Auto Graphics API for Window”,重啓unity3d,這樣就不會再報錯了。






原文鏈接:http://blog.csdn.net/caohonghong123/article/details/52526031

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章