#Unity :Hey i have a problem with my code (Jumping isnt working (the comments are In german)

1 messages · Page 1 of 1 (latest)

lime portalBOT
#

Use codeblocks to send code in a message!

To make a codeblock, surround your code with ```
To use C# syntax highlighting add cs after the three back ticks.

For example:
```cs
Console.WriteLine("Hello World");
```

Produces:

Console.WriteLine("Hello World");

To send lengthy code, paste it into https://paste.myst.rs/ and send the link of the paste into chat.

deft bobcat
#

Hey i have a problem with my code (Jumping isnt working (the comments are In german)

#

Unity :Hey i have a problem with my code (Jumping isnt working (the comments are In german)

fading lance
#

First of all, please do not send images of code. Send the code, as a codeblock.
Second of all, even if you were to send an image of your code, why on earth would you send a screenshot of it from the Unity editor?

deft bobcat
#

oh opps yeah i dk haha wait a second

jagged steppe
#

I think you made a mistake on line 74. The operation you're doing in SimpleMove parameter is: ```cs
moveDirectioncurrentMoveSpeed+jumpVectorTime.deltaTime

deft bobcat
#

oh ,,,shit... thx a lot

jagged steppe
#

You're welcome