tags:

views:

21

answers:

0

I have one text file that is source.

I read that in, then based on its context, I want to create a variable number of different assets of different basic types (string[], byte[] ect)

how do I do this?

currently all ive got is... manually writing out a file for each asset and then calling BuildAsset<> on each of those... which seems a bit lame...