playMaker

Author Topic: Serialize the FSM graph into JSON, YAML, or XML.  (Read 45339 times)

antus

  • Playmaker Newbie
  • *
  • Posts: 9
Serialize the FSM graph into JSON, YAML, or XML.
« on: June 18, 2025, 04:40:11 AM »
Serialize the FSM graph into JSON, YAML, or XML.
Purpose:
1.Easily copy it into OpenAI for questions.
2.Conveniently apply the created FSM to other projects.

Broken Stylus

  • Beta Group
  • Hero Member
  • *
  • Posts: 824
Re: Serialize the FSM graph into JSON, YAML, or XML.
« Reply #1 on: August 23, 2025, 03:08:30 PM »
That would be interesting, assuming the AI would "get" the spirit of Playmaker.

And exchanging FSMs in written form and export/importing them would be a breeze.
Faster than whatever it is now like sharing scenes or templates.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4141
  • Official Playmaker Support
    • LinkedIn
Re: Serialize the FSM graph into JSON, YAML, or XML.
« Reply #2 on: August 24, 2025, 05:18:15 PM »
This is planned for PlayMaker2. Creating an intermediate text format will be useful for a lot of things: AI, sharing, diff tools...