Hello, im trying to make a way that i can load models without haveing to have them in the original xmb format. i am not a big fan of xmb files, and i am wanting to make it so i can load without having to build all files into xmb any advice would be greatly apriciated.
I’ll start by recommending you don’t try to work around the content pipeline and XNB files. There are there for good reasons.
You can write any sort of loader you want from any format you want. Just read the file, decode the data, and build your vertex/index buffers.