RCIX
RCIX

Reputation: 39457

XNA Content Pipeline Tutorial

I want to use the content pipeline for building objects in my level, and I tried to use the microsoft tutorial for writing a content importer and all the rest, but IIRC it didnt work. Anyone know where a decent tutorial or two is?

Upvotes: 2

Views: 6072

Answers (3)

another average joe
another average joe

Reputation: 668

Here is one over at Ziggyware and another at XNAWiki. Have Fun.

Upvotes: 2

There's one on RB Whitaker's Wiki which is very succinct. I liked it.

Upvotes: 2

jasonh
jasonh

Reputation: 30303

I don't program in XNA, but would this help?

http://blogs.msdn.com/shawnhar/archive/2008/11/24/content-pipeline-assemblies.aspx

And a collection of links about the XNA Content Pipeline:

http://blogs.msdn.com/etayrien/archive/2008/02/15/useful-content-pipeline-links.aspx

Upvotes: 3

Related Questions