XML files, graphs and Unity

Hello everyone!

I’m here to ask for help or for an advice where to dig for this theme. I want to build a project that about graphs and diagrams and i want it connected with Russian software called “1C” or, a lot easier (i guess), just with XML files with certain data. So, the questions are:

  1. Is it possible to connect these 2 programs with each other and make a system that will automatically build graphs and diagrams based on data from “1C”
  2. Or is it possible just to build a plugin or an asset for automatic graphs/diagrams building from XML files?

Thank you, and have a wonderful day everyone!

P.S. Excuse me if this is the wrong place to asking those questions, first time using this forum

I don’t know anything about 1C but I use the System.Xml namespace in my project to read all my game data and it works perfectly fine.