The following question was asked by my friend who is learning scripting in VEGAS Pro. I can't answer it. Sincerely ask everyone on the forum for help.
Hi, I'm encountering a problem with custom command DLLs in Vegas Pro. When I create a simple extension DLL with no external dependencies, Vegas can load it without issues. However, if my project references another class library or a NuGet package, it simply does not appear in the extensions menu.
It seems like Vegas cannot resolve dependent assemblies automatically. Has anyone experienced this? Are there recommended ways to handle dependencies for custom command projects so that Vegas can load them correctly?