Home games Player movement in its magic engine| its magic engine tutorial | game development on android

Player movement in its magic engine| its magic engine tutorial | game development on android

by admin



Hello Everyone..

I’m “Himel” How’re you my viewer
I hope all of fine. Welcome to UnderGamer YouTube channel.

Code:
public SpatialObject player;
public SUIJoystick joystick;
private Vector2 jstick;
public float speed;

jstick = joystick.getAxis().getValue();
player.getTransform().moveInSeconds(-jstick.getX()*speed, 0, jstick.getY()*speed);

Engine:
ITsMagic

Channel :
https://youtube.com/channel/UCPa4JNZcmSn11jHuHWew9gA

Sketcfab :
https://sketchfab.com/mitrohemel

One L I K E 👍

One S U B S C R I B E 🔔

And S H A R E💕

source

Related Videos

3 comments

@anonymous50012 January 30, 2025 - 1:35 pm

My object is not moving 😢

@TauhedRana January 30, 2025 - 1:35 pm

Vai Amer ta to hoi na😢

@Aviation933 January 30, 2025 - 1:35 pm

Thank you finally i do it because of you after update and character body body thank you pls make tuutorial on slide screen

Comments are closed.