ramokz / phantom-camera

👻🎥 Control the movement and dynamically tween 2D & 3D cameras. Built for Godot 4. Inspired by Cinemachine.
https://phantom-camera.dev/
MIT License
1.97k stars 65 forks source link

Allow user to ignore an update #203

Closed lunarcloud closed 4 months ago

lunarcloud commented 6 months ago

Project Type

Editor

Feature Description

Currently, there's no choice but to see the update screen every project (plugin) reload or update.

Use Cases

A project that's been released and is on bugfix-only mode would have devs appreciating this.

Importance

Low - there are workarounds where the proposed feature would just simplify things

Usage

Often - a significant amount of projects can find this useful

(Optional) Proposed Solution

It would be great to have the plugin write a project settings like:

ramokz commented 6 months ago

Good suggestion.

Got a few things planned for the updater in an upcoming minor release, so will add support for this as well when that happens.