v0.7.6
New:
- Support for WLE 1.2.X
- The component logic has been moved from
start
/onDestroy
toonActivate
/onDeactivate
to 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)
- This means you might have some issues when updating to the new
Edit:
- Changed
ObjectUtils.addObject
toObjectUtils.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