Jump to content

Is that possible to write a Editor plugin which has QT UI content in UnigineEditor in Unigine2.7.1


photo

Recommended Posts

Posted

Is that possible to write a Editor plugin which has QT UI content in UnigineEditor in Unigine2.7.1 . 

Looking forward to reply.

Thanks.

Posted

Hello!

3 hours ago, leon.dong said:

Is that possible to write a Editor plugin which has QT UI content in UnigineEditor in Unigine2.7.1 . 

Looking forward to reply.

Thanks.

@leon.dong It's actually not an impossible task, but a rather difficult one since the release wasn't fully prepared for this. Could you please tell us what exactly case you are trying to accomplish with this?

Thanks!

Posted (edited)

my goal is to allow user open a UI window to export a speical model file in editor mode , and in the UI we support some parameters that user can adjust. 

Another question is it seems the latest editor support customized plug which triggered from editor menu UI?

Edited by leon.dong
Posted
8 hours ago, leon.dong said:

Another question is it seems the latest editor support customized plug which triggered from editor menu UI?

With the latest update, such a task should not be a problem. For more information, you can refer to the following article in our documentation: https://developer.unigine.com/en/docs/2.16.1/editor2/extensions/custom_plugin.

As a starting point, the "Template Editor Plugin" can be utilized, which comes pre-installed in the 2.16 SDK and can be accessed via the SDK Browser. Further information can be found at the following URL: https://developer.unigine.com/en/docs/2.16.1/editor2/extensions/custom_plugin?rlang=cpp#use_template

Thanks!

  • Thanks 1
×
×
  • Create New...