I’ve done the tutorial, though my actor does not jump. Or lift or move or whatever that is expected for it to do. I copied and pasted the sample code too and it till doesn’t work.
May it have to do because I chose mobile development at project foundation?
The code is really basically same as the tutorial code, copy paste, no build or compile errors. In preview/game the sphere is immobile. And it is marked as mobile in editor.
Do you happen to have a root component? Did you change the code?
In some cases you can’t change the position of your actor.
Also what is the result of the SetActorLocation Component? It returns a boolean. False indicates that the location is not changed.
This is the implementation of the SetActorLocation function:
If there is no Root Component your actor won’t move. As i see in the example code there is no Default Root component. So you have to create one in order to make your actor moving.
I belive this is the issue. But without code i can’t say anything for sure.