playMaker

Author Topic: Access to List fields in nested Json File maker code found online  (Read 761 times)

bozzyboy

  • Playmaker Newbie
  • *
  • Posts: 2
Hi all,

I would be very grateful if someone could share their help on this.

I have found the attached code(SaveData.cs) online (dont remember where I found it). This saves the right JSON format as nested JSON for me to use.

I need to access the red circled fields via a set property /or maybe with a call method (like add to list) from a playmaker state. I tried adding to the list via outside code and deriving attributes class from monobehaviour with no luck.

I am not good at coding other than using playmaker states.

The nested output format of the JSON file should not be broken after any changes to the code will be applied.

Thanks for any replies and directions.