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...