So, are we concerned with the movement of the Mira BP?
As far as I can see, the only problem is the player judders when moving in any direction except forward. You can get rid of that judder by setting these back to default:
So, are we concerned with the movement of the Mira BP?
As far as I can see, the only problem is the player judders when moving in any direction except forward. You can get rid of that judder by setting these back to default:
That’s great, while it wasn’t my main issue, thanks to you we got it out of the way =)
The main issue was, when interacting with the panels (The cubes), the chisel movement was buggy. But as I mentioned below, I did a work around. I made an actor blueprint instead of the old character (chisel) blueprint, and used add actor local offset node instead of the old movement inputs.
So is this still buggy? Do I have the version you’re talking about?
EDIT: Ok, see what you mean…
EDIT2: The chisel needs to be a static mesh component, that is easiest to use.
EDIT3: So I made the chisel a mesh component, then the code to move it looks like this:
But that’s not all. If you want to do it that way, tell me, and I’ll tell you the other bits.
I did this way:
The only problem is, when it was a character in flying movement mode, it used to move smoothly. Gaining speed slowly, and then after releasing the input key it was slowly drifting. With my new setup, it starts and ends instantly. With a constant speed.
But I’m not so sure if it is a big thing =)
Yes, you can use vinterp to make it smooth. I did that, but now I’ve thrown it away!