Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New extension: 3D Player Movement #1089

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

Description

easier access to 3D player movement.

  • 4 directional key bind
  • movement speed setup

How to use the extension

if you put this behavior on the 3D player/camera object you can move the player with the set keys and speed.

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

Project.zip

Extension file

extension.zip

@github-actions github-actions bot requested a review from a team as a code owner November 15, 2023 20:18
@github-actions github-actions bot added the ✨ New extension A new extension label Nov 15, 2023
@github-actions github-actions bot mentioned this pull request Nov 15, 2023
3 tasks
@D8H
Copy link
Contributor

D8H commented Nov 25, 2023

Thank you for submitting an extension.

Please take a look to naming conventions in the best practices page.

I have some suggestions:

  • What do you think about adding an acceleration and deceleration? Even, with high values it usually gives a better feeling than instantly changing the speed.
  • Should the mouse control be part of the extension (cursor lock functions can be copied inside the extension and made private)?

@Mahan-Ashrafi
Copy link

yeah sure i will add acceleration and deceleration asap
about the mouse lock extension . i didn't know that it could be made private . i wanted the game creator have options to play around and figure the mouse movement code themselves . but if it makes the extension more usable , why not ? @D8H

@D8H
Copy link
Contributor

D8H commented Jan 31, 2024

I credited you on this extension:

You can try it with this example:

Please tell me if you see things to improve.

@D8H
Copy link
Contributor

D8H commented Mar 19, 2024

Since the other extension was merged, I'm closing this PR.
Feel free to open it back if you still want to continue working on this extension.

@D8H D8H closed this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New extension A new extension
Projects
Status: Rejected
Development

Successfully merging this pull request may close these issues.

2 participants