Is it possible to load a xml blackboard at runtime?

Forums 💬 NodeCanvas ⚙️ Support Is it possible to load a xml blackboard at runtime?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17672
    thelebaron
    Participant

      Kinda curious from like a modding standpoint, when the game is built etc. Is this possible?

      #17673
      Gavalakis
      Keymaster

        Hello,

        The Blackboard API, is fully possible to be used in runtime to whatever end, yes 🙂
        Blackboard are serialized to json and can in the same way, also be deserialized from a json string, by using the Blackboard.Serialize and Blackboard.Deserialize methods respectively.
        If you don’t want to use json, but rather some other means for loading the blackboard variables, once again the API is possible to be used in runtime, for adding new variables, removing existing variables, setting their values, or even binding them to properties and fields.

        If you need more information, just let me know.
        Thanks!

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.