Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Temporary Content Marker

An asset by AdamKormos34
The page banner background of a mountain and forest
Temporary Content Marker hero image

Quick Information

0 ratings
Temporary Content Marker icon image
AdamKormos34
Temporary Content Marker

This tool prevents you from accidentally shipping any temporary modifications or having uncommented lines of code that should be actually executed - you can easily designate them just with one, singular word!It supports GDScript files only, but I'd love to collaborate and get the rest of the extensions working.Contact: @olcgreen (Twitter), Green#8661 (Discord)

Supported Engine Version
3.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Temporary Content Marker

A Godot plugin to help you remember temporarily added features before shipping.

Has it ever happened to you that you shipped a build with a feature you previously disabled for testing purposes, making it not work in the live game? Or the opposite, that you accidentally included something you didn't want to?

We've all been there. I wrote this pretty simple plugin to make development easier for myself, and I thought I might as well share it with everyone else!

Instructions

  1. Download the plugin from the Godot Asset Library or the zip file of this repo by clicking on "Code", and the "Local" menu. You should see a "Download ZIP" option.
  2. If you downloaded manually, place the addons/temp_content_marker file into your project directory, ideally into a folder called "addons".
  3. Go to Godot's Plugins tab (Project -> Project Settings -> Plugins) and tick "Enable" by the plugin.
  4. You're good to go! Don't forget to read the documentation and add directories the code should ignore. You can modify the designation word and expand the list of ignorable directories at the top of the TempContentMarker.gd script.

IMPORTANT: You can get rid of every file in this plugin except the TempContentMarker.gd script and "plugin.cfg". The rest of the files are just for demonstration of how the system works.

Contact

If you have any questions/concerns or just wanna say hi, you can message me on Twitter or add me on Discord (Green#8661)

Demonstration

README image

The main plugin file (TempContentMarker.gd) allows you to specify the keyword to look for, when searching marked features. You can also assign ignored directories, like folders with art assets.

README image

Using the plugin in practice to state this functionality is just for testing.

README image

Godot warns you about this line when trying to exit the editor.

This tool prevents you from accidentally shipping any temporary modifications or having uncommented lines of code that should be actually executed - you can easily designate them just with one, singular word!
It supports GDScript files only, but I'd love to collaborate and get the rest of the extensions working.
Contact: @olcgreen (Twitter), Green#8661 (Discord)

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Temporary Content Marker icon image
AdamKormos34
Temporary Content Marker

This tool prevents you from accidentally shipping any temporary modifications or having uncommented lines of code that should be actually executed - you can easily designate them just with one, singular word!It supports GDScript files only, but I'd love to collaborate and get the rest of the extensions working.Contact: @olcgreen (Twitter), Green#8661 (Discord)

Supported Engine Version
3.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers