harry-cpp on develop
File drop event on DesktopGL an… (compare)
harry-cpp on revert-7390-MathF
Jjagg on develop
Revert "Changed uses of Math to… Merge pull request #7442 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'!
Hello. Using MonoGame for the first time. Created a new project from the MonoGame cross-platform project template in Visual Studio. But the project template has NuGet package errors out of the box:
What's strange is that it looks like I have 3.8 installed (see screenshot).
What would get the packages lined up in a working state?