Jump to content

[SOLVED] multinamespace plugin


photo

Recommended Posts

hi, i need export in Unigine big plugin with a lot of namespaces, (because Unigine plugins can not provide extern class instance exchange between multi plugins), but only first namespace set.

 

Interpreter::addExternLibrary(PLUGIN_NAMESPACE1);

//export

Interpreter::addExternLibrary(PLUGIN_NAMESPACE2);

//export

Interpreter::addExternLibrary(PLUGIN_NAMESPACE3);

...

 

in Unigine script only PLUGIN_NAMESPACE1 is visible

Link to comment
×
×
  • Create New...