Search
Setup for Free
C
C#
•
2y ago
「 Hikori 」
Jump in Unity
the jump i have set up isn
't working could i get some help
? it jumps but it teleports up insead of being like a actual jump
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,237
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
M
milan
•
1/22/24, 12:08 AM
c# rb.velocity = new Vector3(Hinput,0,Vinput);
c# rb.velocity = new Vector3(Hinput,0,Vinput);
you are resetting the Y axis velocity every frame
M
milan
•
1/22/24, 12:09 AM
also your naming conventions are off
c#
rb.velocity = new Vector3(Hinput,0,Vinput);
c#
rb.velocity = new Vector3(Hinput,0,Vinput);
Similar Threads
❔ unity single jump
C
C# / help
3y ago
❔ Newbie Q: Preventing double jump in unity
C
C# / help
3y ago
❔ Unity property unityaction invoke
C
C# / help
3y ago
❔ MissingReferenceException: ... in Unity
C
C# / help
3y ago