For my plugin, I added it to the plugin directory by hand and then after starting SketchUp, I type in the console:
File.join({filename})
load({filename}
{filename} = “mytest.rb” or what ever your plugin file is using
For my plugin, I added it to the plugin directory by hand and then after starting SketchUp, I type in the console:
File.join({filename})
load({filename}
{filename} = “mytest.rb” or what ever your plugin file is using