|
@@ -99,7 +99,6 @@
|
|
|
#include "editor/plugins/multimesh_editor_plugin.h"
|
|
|
#include "editor/plugins/navigation_link_2d_editor_plugin.h"
|
|
|
#include "editor/plugins/navigation_obstacle_2d_editor_plugin.h"
|
|
|
-#include "editor/plugins/navigation_obstacle_3d_editor_plugin.h"
|
|
|
#include "editor/plugins/navigation_polygon_editor_plugin.h"
|
|
|
#include "editor/plugins/node_3d_editor_gizmos.h"
|
|
|
#include "editor/plugins/occluder_instance_3d_editor_plugin.h"
|
|
@@ -234,7 +233,6 @@ void register_editor_types() {
|
|
|
EditorPlugins::add_by_type<MeshInstance3DEditorPlugin>();
|
|
|
EditorPlugins::add_by_type<MeshLibraryEditorPlugin>();
|
|
|
EditorPlugins::add_by_type<MultiMeshEditorPlugin>();
|
|
|
- EditorPlugins::add_by_type<NavigationObstacle3DEditorPlugin>();
|
|
|
EditorPlugins::add_by_type<OccluderInstance3DEditorPlugin>();
|
|
|
EditorPlugins::add_by_type<PackedSceneEditorPlugin>();
|
|
|
EditorPlugins::add_by_type<Path3DEditorPlugin>();
|