Sensei Kendi
Sensei Kendi
CC#
Created by Sensei Kendi on 3/3/2023 in #help
Looking for somebody who can teach me using C# language, simple things for 2D games, going to payπŸ’°
Yeah so which did I break
12 replies
CC#
Created by Sensei Kendi on 3/3/2023 in #help
Looking for somebody who can teach me using C# language, simple things for 2D games, going to payπŸ’°
What’s in there
12 replies
CC#
Created by Sensei Kendi on 1/7/2023 in #help
❔ Help w making movement with joystick
but i think i did it wrong
10 replies
CC#
Created by Sensei Kendi on 1/7/2023 in #help
❔ Help w making movement with joystick
it gets axis from joystick
10 replies
CC#
Created by Sensei Kendi on 1/7/2023 in #help
❔ Help w making movement with joystick
this ig
10 replies
CC#
Created by Sensei Kendi on 1/7/2023 in #help
❔ Help w making movement with joystick
@dont
10 replies
CC#
Created by Sensei Kendi on 1/7/2023 in #help
❔ Help w making movement with joystick
using System.Collections; using System.Collections.Generic; using UnityEngine; public class JoystickMovement : MonoBehaviour { public Joystick joystick; public CharacterController controller; public float speed 12f; void Update() { float x = Input.GetAxis(joystick.Horizontal); float z = Input.GetAxis(joystick.Vertical); Vector3 move = transform.right * x + transform.forward * z; controller.Move(move * speed * Time.deltaTime); // joystick wont give a value until its dragged far enough away joystick.DeadZone = 0.2f; } }
10 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
Is this the codes u used for movement or what?
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
Yo I’m back
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
Fr
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
Np take ur time if u can help me I’ll be grateful
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
Ok
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
So what should I do
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
Check it
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
Here’s vid
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
How?
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
I need my character to turn around when I move my mouse
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
Listen
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
βœ… Help w making game
I’m making 3D
35 replies