InventoryPro update affects integration

NodeCanvas Forums Support InventoryPro update affects integration

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9541
    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.

    #9545
    Gavalakis
    Keymaster

    Thanks for letting me know 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

    #9544
    Async0x42
    Participant

    Another update, another change! 2.2.1 ->

    SetVendorItems.cs

    To:

    #9543
    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?”

    #9542
    Gavalakis
    Keymaster

    Thanks 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

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