Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
So I have been started to play around in Unity. Right now I'm a beginner and wonder why my Roll-A-Ball use movement directions wrong with keys or WASD.
If I press W I go backward, If I use S I go forward, If I press on D I go Left and so on.
This should be the exactly code that the guy is using. Still it wont work correct for me.
https://pastebin.com/Fwe0ZWZh
What do I do wrong?
Offline
Sounds like your camera is rotated 180 degrees. Make sure it's straight.
Offline
Could you maybe upload your unity project to dropbox or something and share a link here?
Might be something wrong with your scene.
Offline
Here is the pack, https://dropfile.to/jEK09z8
I have looked through it and can't see anything that is wrong.
Offline
I can't remember me having to mess around with it... But I think Unity had some odd update.
Importing his github project gives inverted controls too.
So basically what you have to do is switch horizontal and vertical around in your code and it works. Can't really find anything else that would be messed up.
Offline
I can't remember me having to mess around with it... But I think Unity had some odd update.
Importing his github project gives inverted controls too.So basically what you have to do is switch horizontal and vertical around in your code and it works. Can't really find anything else that would be messed up.
I have tried to change that too, it will still be different controls.
Offline
I have tried to change that too, it will still be different controls.
That's odd, since it worked for me.
EDIT: Are you looking at your editor view, or your game view? Since your editor view is a matter of perspective if it's inverted or not.
Offline
Pages: 1
Topic closed
[ Started around 1732393691.4844 - Generated in 0.027 seconds, 12 queries executed - Memory usage: 1.43 MiB (Peak: 1.55 MiB) ]