There is a very weird thing going on. I have a developed plugin that runs and compiles perfectly, but when I click the "Start" button and Navisworks opens, the plugin is not in the Navisworks UI.
The output path is already set to the C:\Program Files\Autodesk\Navisworks Manage 2018\Plugins\name\
The name matches the Folder Name where the project is saved and the external program has the correct path.
The weird thing is that I have another plugin and I do exactly the same I do with this one, and one of them shows and the other one does not.
Any ideas?
Solved! Go to Solution.
Found the answer!
Just in case this is going to help someone in the future.
The solution was to modify the "Post-build event command line:" to this:
set path=path of your xaml file
set addinPath=path of the output path
set addinPath1=path of the instructions of the language in the output path
mkdir "%addinPath1%"
copy /Y "%path%" "%addinPath%"
copy /Y "%path%" "%addinPath1%"
Hoe this helps
hi you can change you first param like this.
when different Plugin has the same value for first param your plugin will not appear on you ui
Can't find what you're looking for? Ask the community or share your knowledge.