Jump to content

Do not forget to ovveride your plugin get_name in 2.16.1


photo

Recommended Posts

Hi,

Just to highlight for the ones using plugins that API evolved and now it is mandatory to override get_name otherwise.. segfault from a weird licensing module.

Spent bit time to figure it out, it is nevertheless properly written in doc template.. simply now the SDK really call it
https://developer.unigine.com/en/docs/latest/code/cpp/plugin?rlang=cpp

// plugin name
virtual const char * get_name() override { return "MyPluginName"; }

Regards,
Charles

 

 

  • Like 1
Link to comment
×
×
  • Create New...