[Changelog V2.3 + UE 5.2]
• Resolve an issue involving the deletion of items from inventories. Verify everything you've placed again in case your item amounts have been reset to 0
• Remove version 4.27 of the plugin (Epic Games only supports the three latest versions for code plugins)
• Fix slot finding functions wrong order
• Fix UI not working when game is paused
• Fix UI not refreshing correctly when standalone game
• Manually clean garbage collection + delegates
• ItemDrop PickUp function now supports an option to keep the actor alive after success
You can find the new documentation on this website: https://inventory-plugin-documentation.rf.gd
Support for Unreal Engine 4.25, 4.26 and 4.27 is no longer available. Please update your engine to 5.
Introduces new generic inventory related blueprint and networking ready UI, Component, and DataAsset classes to create complex inventory systems.
- Add new item types fast
- Generic item drop class suitable for 2D and 3D
- Already comes with predefined functions to pick up, equip, swap, or remove items
- Networking ready, tested with AWS
Work in Progress:
- Further networking improvements
- Updating Website (Documentation)