Jump to content

Adding more than one plugin at startup


photo

Recommended Posts

Posted

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.

Posted

Try providing comma-separated plugins string e.g -extern_plugin name_1,name_2,name_3 without any spaces betwen names

×
×
  • Create New...