2016-05-02 7 views
1

Unity3dで新しくプロジェクトを作成しましたが、ビルドして実行しようとしました。Unity3dで新しくビルドしたexeファイルを実行するときに問題が発生する

しかし、短いロード(白い背景を持つウィンドウ)の後、私はエラーを取得しています!:おっと...

これは私のoutput_logの一部です:

The resource Internal-ErrorShader.shader could not be loaded from the resource file! 

(Filename: Line: 1020) 

The resource Sprites-Default.mat could not be loaded from the resource file! 

(Filename: Line: 1020) 

Begin MonoManager ReloadAssembly 
Platform assembly: C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.dll (this message is harmless) 
Loading C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.dll into Unity Child Domain 
Platform assembly: C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.UI.dll (this message is harmless) 
Loading C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.UI.dll into Unity Child Domain 
Platform assembly: C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.Networking.dll (this message is harmless) 
Loading C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.Networking.dll into Unity Child Domain 
Platform assembly: C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.Networking.dll (this message is harmless) 
Loading C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.Networking.dll into Unity Child Domain 
Platform assembly: C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.UI.dll (this message is harmless) 
Loading C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\UnityEngine.UI.dll into Unity Child Domain 
- Completed reload, in 0.050 seconds 
Platform assembly: C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\System.Core.dll (this message is harmless) 
Platform assembly: C:\Users\Public\Documents\Unity Projects\FreshProjectTest\build\test_Data\Managed\System.dll (this message is harmless) 
desktop: 1920x1080 60Hz; virtual: 1920x1080 at 0,0 
<RI> Initializing input. 

XInput1_3.dll not found. Trying XInput9_1_0.dll instead... 
<RI> Input initialized. 

<RI> Initialized touch support. 

The resource UnitySplash-text.png could not be loaded from the resource file! 

(Filename: Line: 1020) 
+0

いくつかの更新がうんざりしているような音や何か。クリーンな再統合により、これを修正する必要がありますが、誰かがより良い解決策を持っている可能性があります。 –

答えて

0

示された唯一の問題Unityスプラッシュ、内部シェーダリソースファイル、およびいくつかのマテリアルがロードされていないことです。ユニティを完全にゼロから再インストールし、何が起こるかを見てください。

+0

私はそれをやるつもりですが、解決策としてそれほど好きではありません。とにかく努力してくれてありがとう。私が終わったときにお知らせします。 –

関連する問題