Hi, I have a question on Unity3D 5!
My character, instead of moving forward, with WASD, he moves sideways. My script:
using UnityEngine;
public class PlayerController : MonoBehaviour
{
void Update()
{
var x = Input.GetAxis(...
asked by
04.10.2018 / 19:05