Hello again, I was wondering if anyone could help me out with an issue I`m having with implementing a timeline.
You see, I have been trying to make the health pickup in the game I have been working on animate by rocking back-and-forth a bit with the health pickup stretching & squashing in the process to add a bit of character, as opposed to the coin pickups which simply rotate in place. Since I was already using squash & stretch in the player character`s landing animation as well as the damage animation for jumping on enemies, I decided it would be faster just to copy the timeline from one of those and modify it for the health pickup.
Unfortunately though, things have not gone as I would have liked, as for some reason when I begin play, the health pickup is missing. I have no idea as to why happening and I was hoping that someone would help me out figure out what I`m doing wrong and fix issue.
As always, any help whatsoever would be greatly appreciated!
And end up with with something highly modular. Think of as of a Special Ability, a bunch of additional functionality you can give or take away from actors, even during run time.
Thanks for your effort, it’s certainly a lot than what I was excepting.
Unfortunately though, it doesn’t fix the underlying problem. The health pickup is still absent when I begin play, just like when I was trying to use a timeline for the squash & stretching animation. Its worth pointing out that the other types of health pickups that I haven’t tried applying the squash & stretching animation to are still present.
I don’t know why is happening. Did I incorrectly set up the actor component? Is there something within the health pickup blueprint that’s causing the problem? Or is it something else entirely that I’ve overlooked?
Is the blueberry there if you do not add the component? Can you show the berry’s hierarchy?
Regarding the component itself, ensure the speed is set to a non 0 values and that the component is actually added to the actor.
I mean, should absolutely work fine with a timeline - so I’d look into that first. My suggestion was a mere alternative that’d work great if you wanted to add a bunch of abilities to actors, extending it beyond what the TL can do.
Yup, if I delete it then the item is once again present.
I assume is what you’re referring to?
Unless you meant instead:
I’m not sure why the placement of the actor component within the component hierarchy would cause the item to disappear, especially since as I said the item was disappearing back when I was trying to use a timeline to animate the item.