Jjagg on develop
Removed threading limitations Merge pull request #7472 from m… (compare)
The specific issues are I can't compile any pipeline content that require Assimp. The error I get is:
2>SkyBoxCube.fbx : error : Importer 'FbxImporter' had unexpected failure!
2>Assimp.AssimpException: Error loading unmanaged library from path: Assimp64.dll, see inner exception for details.
2>The specified module could not be found. (0x8007007E)
2> ---> System.IO.FileNotFoundException: The specified module could not be found. (0x8007007E)
Separately, I can't seem to compile any shaders that reference or include other files e.g.
2>/DefaultShader.fx
2>EXEC : error : C:\Users\default\AppData\Local\Temp\tmp8C31.tmp(1,0): File not found: Lighting.fx in .(MonoGame.Effect.Preprocessor+MGFile) C:\Users\default\AppData\Local\Temp
2>Failed to parse 'C:\Users\default\AppData\Local\Temp\tmp8C31.tmp'!