ivan.cuevas Posted September 13, 2011 Posted September 13, 2011 Hi all, If I have two (or more) plugins that needs to add extern classes and functions, how can I pass a list of plugins with -extern_plugin parameter? I can load a plugin at runtime with engine.addPlugin() but at this point is not possible to add extern elements because Interpreters are initialized :( If actually this is not supported by Unigine please consider to add it because it's a very interesting feature. Thanks, Iván.
steve3d Posted September 13, 2011 Posted September 13, 2011 plugina,pluginb use comma to separate them
ulf.schroeter Posted September 13, 2011 Posted September 13, 2011 Try providing comma-separated plugins string e.g -extern_plugin name_1,name_2,name_3 without any spaces betwen names
ivan.cuevas Posted September 13, 2011 Author Posted September 13, 2011 Thank you guys :( ! I think it this information should be added to documentation.
Recommended Posts