Skip to content

v0.7.3

Compare
Choose a tag to compare
@signorpipo signorpipo released this 16 Nov 17:06
· 9 commits to main since this release

New:

  • Support for WLE 1.2.X
  • The component logic has been moved from start/onDestroy to onActivate/onDeactivateto support the new scene switch feature
    • This means you might have some issues when updating to the new PP version due to some globals not being ready yet, and you need to delay their use to when they will be available (usually on the first update)

Edit:

  • Changed ObjectUtils.addObject to ObjectUtils.addChild
  • Lots of locomotion changes and improvements
    • Since some params have changed names (too many to list them sorry <3), you might need to check your locomotion setup to be sure you are not missing anything
    • by default the locomotion component is already properly setup