Godot: Configuration warning text not showing on editor.

Created on 23 Feb 2019  路  2Comments  路  Source: godotengine/godot

Godot version:
3.1 beta 6

OS/device including version:
Linux Ubuntu 18.04

Issue description:
As title:

image

image

Steps to reproduce:

extends Node

func _get_configuration_warning() -> String:
    return "Cool warning."

Minimal reproduction project:
warning bug.zip

bug editor

Most helpful comment

You need to make this a tool script for it to run in the editor.

But there's an inconsistency nevertheless, as it does show a configuration warning with Null when it's not a tool script. It should either not show a configuration warning at all, or show the correct one.

All 2 comments

You need to make this a tool script for it to run in the editor.

But there's an inconsistency nevertheless, as it does show a configuration warning with Null when it's not a tool script. It should either not show a configuration warning at all, or show the correct one.

Was this page helpful?
0 / 5 - 0 ratings