Game Development Stack Exchange is a question and answer site for professional and independent game developers. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

So I added the night material from the fantasy skybox asset I download from the asset store and the rest of my objects turned white for some reason I figured it was just a glitch like the light baking and it would be okay when I deployed my project

Well I saved and built my project as usual and the objects all turn pink as if their materials did not exist and every time I go to play the game I receive the following error

'Assets/Build/ParcoreBeast_Data/Managed/Assembly-CSharp.dll' shouldn't be queried by IsAssemblyCompatible, missing IsInternalOrCompiledAssembly check ? UnityEditorInternal.InternalEditorUtility:GetMonoIslands() UnityEditor.SyncVS:SyncVisualStudioProjectIfItAlreadyExists()

How do I fix this?

share|improve this question
up vote 0 down vote accepted

This happens when you create a build of your project and save that build in your assets. If you move the build from the assets then the error should go away.

share|improve this answer

Deleting Library file might solve the problem

share|improve this answer
    
We like to see chunky answers. Could you describe why the issue happens and how it's related to the solution suggest? – Alexandre Vaillancourt Mar 21 at 15:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.