#Problem
1 messages · Page 1 of 1 (latest)
I dont think you should be setting linear velocity but add force instead
It should still have worked on account of it only setting the velocity once at the time the key is pressed.
Looks ok. Some things to check:
- Jump Force is set to a high enough value
- The graph is running on the right object
- You have a rigidbody on the same object that's using this graph
- Add a log to make sure your keypress is working, and maybe also make sure your velocity is receiving the value you think it's receiving. If it doesn't log or you're seeing zeroes, that will be a problem.
- No errors?
- You could show us a video of your graph during playmode, so we can see that the flow is working as it should?