playMaker

Author Topic: DataMaker Xml xPath and Json [ECOSYSTEM] [FEBRUARY 2022]  (Read 55414 times)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DataMaker Xml xPath and Json [MAI 2015]
« Reply #15 on: June 26, 2015, 05:44:23 AM »
Hi,

 The samples will be back when 1.8 will be released, it's just that I started using the beta in datamaker Unity project and I can't revert now... sorry abotu that it wasn't planned that the 1.8 cycle would be so long.

Bye,

 Jean

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: DataMaker Xml xPath and Json [MAI 2015]
« Reply #16 on: June 26, 2015, 01:55:16 PM »
yes i understand. and i am using 1.8 also, that's why things where not working as it supposed to,

do you have a beta version for 1.8 that i can try/use?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: DataMaker Xml xPath and Json [MAI 2015]
« Reply #17 on: June 28, 2015, 08:53:10 PM »
Bump,

Sorry i don't really like to bumb :)

Can i find a beta in github for PM 1.8+?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DataMaker Xml xPath and Json [MAI 2015]
« Reply #18 on: June 29, 2015, 02:10:42 AM »
Hi,

 Sorry about that. You'll need to bump, there are too much pending threads and your request would likely get buried in the stack if you don't bump :) so don't feel bad about it, this is necessary :)

 you can find the pacakage for the samples on github indeed. Not all are plugged properly tho:

https://github.com/jeanfabre/PlayMaker--DataMaker/tree/master/Packages

Bye,

 JEan

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: DataMaker Xml xPath and Json [MAI 2015]
« Reply #19 on: June 30, 2015, 11:40:38 AM »
i can't seem to select Variables when using pm 1.8+

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DataMaker Xml xPath and Json [MAI 2015]
« Reply #20 on: June 30, 2015, 03:34:45 PM »
Hi,

 can you post ont he beta list, so we keep the forum aligned with the current public version? thanks :)

Meanwhile, I'll double check, but a screenshot would help understanding where you are. I am aware the xmlmaker custom actions interfaces are a bit tricky at time ( haven't found the problem, but it does behave odd sometimes for sure).

 Bye,

 Jean

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: DataMaker Xml xPath and Json [MAI 2015]
« Reply #21 on: November 04, 2015, 03:15:30 AM »
Hi,
i have an issue with using more than one proxy on a single gameobject and made a quick video to show you :


using u5 v5.2.1f1 / PM 1.7.8.3 / lastest datamaker on EcoSystem
« Last Edit: November 04, 2015, 03:28:01 AM by djaydino »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DataMaker Xml xPath and Json [MAI 2015]
« Reply #22 on: November 04, 2015, 06:22:47 AM »
Hi,

 Thanks for spotting this. I fixed it and republished on the Ecosystem.

Bye,

 Jean

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: DataMaker Xml xPath and Json [NOVEMBER 2015]
« Reply #23 on: November 04, 2015, 08:05:32 AM »
Hi,
i found another issue when using breakpoints :


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: DataMaker Xml xPath and Json [NOVEMBER 2015]
« Reply #24 on: November 16, 2015, 02:55:39 AM »
Hi jean,
i found a mistake on the "XmlGetNextNodeListProperties" Action

in OnEnter the
Code: [Select]
nextItemIndex = index.Value;shoud be
Code: [Select]
nextItemIndex = 0;else the reset won't work.

I can not find the action on github else i would have changed it myself :)

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: DataMaker Xml xPath and Json [NOVEMBER 2015]
« Reply #25 on: November 16, 2015, 03:39:54 AM »
Hi,
i still have some problems with that action :


jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DataMaker Xml xPath and Json [NOVEMBER 2015]
« Reply #26 on: November 16, 2015, 07:08:35 AM »
Hi,

Thanks for your debugging sessions! I'll have a look at all this and provide an update.


Bye,

 Jean

rik

  • Full Member
  • ***
  • Posts: 246
Re: DataMaker Xml xPath and Json [NOVEMBER 2015]
« Reply #27 on: November 24, 2015, 04:24:54 AM »
Hi jean how to parse a json file can you explain or procedure to follow i dont have idea about json so explanation and some introduction was great.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DataMaker Xml xPath and Json [NOVEMBER 2015]
« Reply #28 on: November 24, 2015, 04:59:02 AM »
Hi,

 Can you make a specific thread on this, cause the topic deserves a post on its own, and I'll cover this in details.

 Bye,

 Jean

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: DataMaker Xml xPath and Json [NOVEMBER 2015]
« Reply #29 on: November 25, 2015, 02:42:23 AM »
Hi Jean,

xml create Node does not seem to work, also on your sample (RssFeedEditor) does  not work

Also i am wondering what the difference is with xml insert node and create node?

i am almost done with the datamaker tutorial, only a few actions i need some help with...

How does the nodes Math Operator work? if you can make me a quick sample i can figure it out

What are the "Fsm Xml Properties Storage", "Fsm Xml Properties Type" and "Fsm Xml Source" for

and maybe a sample for Convert Json String To Xml Node.
« Last Edit: November 25, 2015, 03:32:05 AM by djaydino »