EditorExportPlugin
: Skipping a scene in _customize_scene
gives error message
#93823
Milestone
EditorExportPlugin
: Skipping a scene in _customize_scene
gives error message
#93823
Tested versions
v4.3.beta2.official [b75f048]
System information
Godot v4.3.beta2 - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 980 Ti (NVIDIA; 31.0.15.3699) - Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (8 Threads)
Issue description
When skipping a packed scene in the
_customize_scene
function of anEditorExportPlugin
, the following error message is given:This error message is not given when the packed scene is skipped in the
_export_file
function.I suspect this issue was introduced in #90365.
Steps to reproduce
EditorExportPlugin
skip()
from its_customize_scene
functionAlternatively:
Minimal reproduction project (MRP)
Testxport-skip-scene.zip
The text was updated successfully, but these errors were encountered: