The zip contains the install instruction in folder Install. Just open the readme.txt and watch the jpeg images.
Please let the .pdb file just where you will put the .rsx plugin. The pdb file is the visual studio debug information. If the plugin crashes it emits the callstack and can help in debugging.
Current version limitations:
1. The export to obj will export in obj triangles and not faces. So the polygons are splitted in triangles
2. You can only import obj files that contains triangles as faces and not multi vertex polygons
3. Importing / exporting is done from the user interface thread and there is no progress report. So user interface will not work while importing or exporting large models
4. No properties will be displayed in panel stack to allow export / import parameter customization (like when exporting multiple objects to allow exporting in multiple files or exporting the geometry without applying the transform matrix, etc)
If you select multiple objects for export their geometry will collapse into a single file. To export multiple objects to multiple files you have to manually select and export each file or build a script for that.
Besides the current limitations expressed above I'm not aware of any bugs or problems. So if you see anything suspect I'd be happy to hear about it
I intend to spend the weekend adding face export / import and properties panel but in the meantime this is the plugin in it's state.
And expect the plugin to provide import / export to fbx soon



