Skip to content

Releases: hfjooste/UltimateStarterKit

Version 3.0.0 (Alpha 6)

01 Apr 13:49
39f2557
Compare
Choose a tag to compare
Pre-release

What's new:

  • Added Collector to OnItemCollected function
  • Added a new Collectable Item Icon widget

Version 3.0.0 (Alpha 1)

23 Mar 14:37
c8d9dc1
Compare
Choose a tag to compare
Pre-release

What's new:

  • Added platform detection utils

Version 3.0.0 (Alpha 5)

31 Mar 09:16
Compare
Choose a tag to compare
Pre-release

What's new:

  • Added base class for all collectable items

Version 3.0.0 (Alpha 4)

29 Mar 08:09
Compare
Choose a tag to compare
Pre-release

What's new:

  • Added FPS counter widget

Version 3.0.0 (Alpha 3)

28 Mar 14:45
Compare
Choose a tag to compare
Pre-release

What's new:

  • Added option to disable input indicators

Version 3.0.0 (Alpha 2)

27 Mar 15:48
Compare
Choose a tag to compare
Pre-release

What's new:

  • Added config utils that can be used to extract config values
  • Added project utils that can be used to extract project information

Version 2.2.0

21 Mar 14:16
Compare
Choose a tag to compare

What's new:

  • Added customizable menu system
  • Updated all demos to use Enhanced Input

Bug fixes:

  • Fixed incorrect input binding cleanup on 3D Platformer character
  • Fixed input indicators not showing when loading different levels

Version 2.1.1

16 Mar 12:24
Compare
Choose a tag to compare

Bug fixes:

  • Fixed input indicators not updating on standalone builds

Version 2.1.0

14 Mar 15:31
Compare
Choose a tag to compare

What's new:

  • Added input indicators
  • Added controller support to 3D platformer example

Version 2.0.0

07 Mar 06:25
543e2c8
Compare
Choose a tag to compare

What's new:

  • Added support for Unreal Engine 5.1
  • Added 3D platformer character and animations
  • Replaced SaveManager with custom Game Instance
  • Replaced Currency Manager with Trackable Data component
  • Replaced Stats Manager with Trackable Data component
  • Added PlayOnStart property to music player
  • Replaced custom logging with Unreal logging
  • Removed unused GameUtils class

Bug fixes:

  • Fixed an issue where some events are not exposed to Blueprints