playMaker

Author Topic: Custon Drawers & PlayMaker Actions - please help!  (Read 1962 times)

dt1000

  • Playmaker Newbie
  • *
  • Posts: 37
Custon Drawers & PlayMaker Actions - please help!
« on: January 17, 2017, 08:08:14 PM »
Hello!
I am trying to make a set of PlayMaker actions for the excellent I2 Localisation plug-in.

I want to be able to select a string from a list of existing localisation keys (or "terms" as they are known.

According to the developer I can use a custom drawer, like this...

Code: [Select]
public class Example : MonoBehaviour
    {
        [TermsPopup] public string _StringWithTermPopup;
    }

So I have tried a number of variations on this, but with no success...

Any suggestions?

You can find my forum post on the I2 boards here:
http://www.inter-illusion.com/forum/i2-localization/751-terms-enum-dropdown-for-scripting/

JOY

  • Junior Playmaker
  • **
  • Posts: 51
  • From JOY Entertainment
    • JOY Entertainment
Re: Custon Drawers & PlayMaker Actions - please help!
« Reply #1 on: February 03, 2017, 02:13:32 AM »
+ 1 on those actions

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Re: Custon Drawers & PlayMaker Actions - please help!
« Reply #2 on: February 03, 2017, 07:37:09 AM »
+1

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Custon Drawers & PlayMaker Actions - please help!
« Reply #3 on: February 06, 2017, 01:33:11 AM »
Hi,

 ok, you'll likely need to implement this manually with a custom editor for that action.

I contacted the author, we'll see.

 Bye,

 Jean