I created a XNA Game Library Project that loads several sound and image files. But for the project to run, I need to convert these to XNB files. I am wondering, how do you go about doing that? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The XNA Content Pipeline takes care of much of that for you. If you are using the XNA Game Studio, importing many types of content files will automatically hook up the right pipeline (which you can then edit).