Dungeon Crawler Toolkit

A new update is out for UE5.3 with several new additions.

v.1.6 (live 13.09.23):

  • Player light source manager that lets the player equip light emitting items, cast light spells etc. Added glowing sword and Light spell to demonstrate this.
  • Scrolls (single use items for Powers).
  • Added skill tomes that permanently increase stats when read.
  • Optimization: Slots enabling on level up (for powers) now event based rather than on tick and only for Power slots.
  • You can now specify which slot effects should run when an item is loaded
  • FIXED: Dart was missing the Consumable use rule and did not decrease on use.*
  • FIXED: Reverted LevelTransition actors to use name variables to hold the target level. Workaround for engine bug that clears soft references at runtime.