CptAsgard / CoD2Unity

Load Call of Duty 2 maps in Unity!
Creative Commons Zero v1.0 Universal
30 stars 7 forks source link

How can I import the d3dbsp file to unity? #1

Open deruljason23 opened 4 years ago

deruljason23 commented 4 years ago

I can't figure out how to import the unzipped d3dbsp file from for ex.: iw_03.iwd to unity.

Can you explain me please?

Thanks

CptAsgard commented 4 years ago

It's been a while but you should be able to open the .iwd with a zip file reader and extract the files. You can then just place them in the project folder and Unity will import them automatically.