Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This Addon enables you to quickly set up area2Ds that tween the limits on a camera2D based on where your character is so you can keep the camera focus on things in your levels.
Godot 2D Camera Limiter
Working on a top-down or sidescroller game and sick of how much of that sweet sweet camera real estate is outside the level? Fret no more!
This plugin lets you dynamically change the camera's built-in limits smoothly depending on where your player is currently traveling. When the player enters a camera-limiting-area, this plugin tweens the camera limits.
It does this by adding two custom nodes: one that you attach to your actual camera object (composition ftw) that handles the actual tweening, and another that extends Area2D that you use to configure areas that should have camera limits in your game world.
This Addon enables you to quickly set up area2Ds that tween the limits on a camera2D based on where your character is so you can keep the camera focus on things in your levels.
Reviews
Quick Information
This Addon enables you to quickly set up area2Ds that tween the limits on a camera2D based on where your character is so you can keep the camera focus on things in your levels.