Hi! I am VERY new to Unity. I do have experience with coding Java. If anyone know what it is I can code Bukkit for Minecraft
But, with Unitys API I find it very difficult to use RigidBodys and PlayerControllers. I have watched pretty much all the tutorials you can find, read the things it told me too (CTRL + â and read)
But I canât figure it out. Can anyone maybe give me some Psuedo JavaScript or a better tutorial to get me back on course? ![]()
Thanks!
Try downloading the Sample Assets (Beta) at Unity Assets Store.
It have a good example of rigidbody player controller.
I did download this also, lol. I cannot figure out how to use it
Like I said, I am very new to Unity.
What is that youâre trying to achieve?
You only state you have problem, but didnât say what is it.
Is it you couldnât move the character or the character âskiingâ around?
Basically, all the tutorials I watched/read did not work. If you have ever played World of Warcraft. I essentially want the character to move like that. Is there an easy way to do this?
Yes, itâs pretty easy to achieve. But to get help, youâll need to ask a more specific question. Suppose I call in to Car Talk and say: âI want to drive my car to the store, but it doesnât work.â Are the car guys going to be able to help me based on that? Nope. ![]()
Youâre doing pretty much the same thing here. âIt doesnât workâ doesnât help us help you. Tell us (a) exactly what you tried; (b) exactly what happened; and (c) how what happened differs from what you expected or wanted. Then maybe we can help.
Movement can be easy, but it can also be pretty challenging. It always depends on what exactly you want to achieve.
Could you maybe go a bit into detail or link a good video of showing what youâre aiming for?
Also, thereâs been a thread about wow character movement and camera movement around, shouldnât be too hard to find it.
One more think iâd suggest: if you can already code with Java (unless you meant Javascript in your very first post), you will have a great start using C# because these two languages are pretty similar.