InventoryPro update affects integration

Forums 💬 NodeCanvas ⚙️ Support InventoryPro update affects integration

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19016
    async0x42
    Participant

      The latest 2.2 update for InventoryPro changed the namespace for the UI windows, so in your integration package, you can just change ShowHideUIWindow.cs -> using Devdog.InventorySystem; to using Devdog.InventorySystem.UI; and everything compiles fine.

      #19020
      Gavalakis
      Keymaster

        Thanks for letting me know 🙂

        #19019
        async0x42
        Participant

          Another update, another change! 2.2.1 ->

          SetVendorItems.cs

          To:

          #19018
          async0x42
          Participant

            Not InventoryPro related, but in Task.cs, line 370, it should read “Does the Agent have the requested Component?” instead of “Does the Agent has the requested Component?”

            #19017
            Gavalakis
            Keymaster

              Thanks 🙂

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