
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I'm just start using Autodesk for my application developer career path. Althought having a look at the tutorial and document supported by Autodesk (https://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html, https://www.autodesk.com/developer-network/app-store/autocad), I still found many problems, hope to receive your advises as detail as possible.
1. My plugin is developed for 3DS Max and I extract them into one single dll file (writing in C#), and one package xml file (that's all I have), so what thing i missed, what structure of uploading zip file ? I need a detailed format (better with example).
MyApplication.bundle:
|- Contents
| |- Images
| | |- Image here
| |- Help
| | |- MyHelp.html
| |- Scripts
| |- MyApplication.dll
|- PackageContents.xml
2. According to the tutorial, it said that if my file is accepted by the Autodesk, it will take care of making msi file (set up). Then when the user download and install my app, will it be installed automatically and directly into 3DS max window, or I have to write another code to do that part?
3. Thanks for your advise in advance. In short, my point is that, is there a tool that helps me pack my plugin files into an acceptable format for the Autodesk App Store, or do I have to do it manually.
Thanks for your helps.
Solved! Go to Solution.