Asset missing problem XNA

Posted by ChocoMan on Game Development See other posts from Game Development or by ChocoMan
Published on 2012-08-28T15:10:56Z Indexed on 2012/08/28 15:51 UTC
Read the original article Hit count: 331

Filed under:
|
|
|
|

I'm using VS2010 with XNA 4.0 and I'm trying to load an FBX model with texture on the screen. The problem I'm having is this error:

Missing Asset: C:\Users\ChocoMan\Documents\Visual Studio 2010\Projects\XNAGame\Documents\Visual Studio\Projects\XNAGame\XNAGameContent\Textures\texture.bmp

but the actual path to the texture is

C:\Users\ChocoMan\Documents\Visual Studio\Projects\XNAGame\XNAGameContent\Textures\texture.bmp

Also, when I linked the texture in Maya, I used the above address.

Does anyone know why VS is looking for an incorrect address that doesnt exist?

© Game Development or respective owner

Related posts about XNA

Related posts about 3d