We should have a local velocity on the RigidBody and CharacterBody. #9839
the-aNamee
started this conversation in
Engine Core
Replies: 1 comment
-
Moving to discussion, as there is no concrete technical implementation provided. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the project you are working on
The beginnings of a game where you control a hover bike type thing. (Very new)
Describe the problem or limitation you are having in your project
The thing is that I want to dampen the up-down movement of the bike.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
If local velocity were a thing than I could just dampen the local y velocity.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
body.local_velocity
If this enhancement will not be used often, can it be worked around with a few lines of script?
Probably.
Is there a reason why this should be core and not an add-on in the asset library?
I can't really see it handled elegantly as an add-on or library.
Beta Was this translation helpful? Give feedback.
All reactions