|
@@ -7056,12 +7056,10 @@ EditorNode::EditorNode() {
|
|
|
ScriptTextEditor::register_editor(); // Register one for text scripts.
|
|
|
TextEditor::register_editor();
|
|
|
|
|
|
- // Asset Library can't work on Web editor for now as most assets are sourced
|
|
|
- // directly from GitHub which does not set CORS.
|
|
|
if (AssetLibraryEditorPlugin::is_available()) {
|
|
|
add_editor_plugin(memnew(AssetLibraryEditorPlugin));
|
|
|
} else {
|
|
|
- WARN_PRINT("Asset Library not available, as it requires SSL to work.");
|
|
|
+ print_verbose("Asset Library not available (due to using Web editor, or SSL support disabled).");
|
|
|
}
|
|
|
|
|
|
// Add interface before adding plugins.
|