GDevelop-extensions icon indicating copy to clipboard operation
GDevelop-extensions copied to clipboard

New extension: BetterCamera

Open github-actions[bot] opened this issue 1 year ago • 3 comments

Description

This extension includes:

Behaviours:

  • Platformer padding camera
  • Platformer direction Camera
  • Padding camera

Functions:

  • Camera Position: Change the camera position with 1 event instead of 2
  • Lerp To Object: lerps the camera to and object with a given speed (Speed * Delta)

How to use the extension

You just pop one of the behaviours on an object!

Alternativly you can create your own smooth camera using the functions like Camera position and Lerp camera to an object

Checklist

  • [X] I've followed all of the best practices.
  • [X] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • [X] 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

BetterCamera.zip

Extension file

BetterCamera.json.zip

github-actions[bot] avatar Jun 09 '24 17:06 github-actions[bot]

Thank you for submitting an extension.

Please can you explain the differences with this existing extension?

  • https://wiki.gdevelop.io/gdevelop5/extensions/smooth-camera/

D8H avatar Jun 09 '24 18:06 D8H

Thank you for submitting an extension.

Please can you explain the differences with this existing extension?

  • https://wiki.gdevelop.io/gdevelop5/extensions/smooth-camera/

This extension adds a cool feature called prediction! :D Basically with the smooth camera extension when ur character is falling fast the camera would by way higher than the player so the play is at the bottom of the screen. This extension using the fall speed and adds it to an offset n stuff

theres also multiple different easy ways to add a nice camera :D its very customizable

also supports multiple players

moolbie avatar Jun 10 '24 10:06 moolbie

This is from June? I want to see this finished. It sounds cool. Also, can you provide an example?

Pyroqua avatar Aug 21 '24 23:08 Pyroqua