Modular Camera's icon

Modular Camera 1.1 3D Tools 4.2 Community

Submitted by user Tameno; CC0; 2024-04-13

Making a good camera for a game is complicated and can get very convoluted, this addon provides a framework to help handle this complexity in a modular fashion, more precisely, it allows you to:

-Define multiple behaviours for the camera that can be changed at runtime.
-Automatically interpolate between these behaviours.
-Keep track of what behaviour the camera should follow via a priority system.
-Add extra effects like camera shake via modifiers, which work kind of like components in an ECS.

DISCLAIMER: This addon was NOT made with performance in mind.
This shouldn't be a problem since there's usually only 1 camera in a game at all times.


View files Download Submit an issue Recent Edits