diff --git a/Source/Editor/SceneGraph/SceneGraphFactory.cs b/Source/Editor/SceneGraph/SceneGraphFactory.cs index 5f3dd8b0f..9abf44af3 100644 --- a/Source/Editor/SceneGraph/SceneGraphFactory.cs +++ b/Source/Editor/SceneGraph/SceneGraphFactory.cs @@ -66,6 +66,8 @@ namespace FlaxEditor.SceneGraph CustomNodesTypes.Add(typeof(ParticleEffect), typeof(ParticleEffectNode)); CustomNodesTypes.Add(typeof(SceneAnimationPlayer), typeof(SceneAnimationPlayerNode)); CustomNodesTypes.Add(typeof(Spline), typeof(SplineNode)); + CustomNodesTypes.Add(typeof(SplineModel), typeof(ActorNode)); + CustomNodesTypes.Add(typeof(SplineCollider), typeof(ColliderNode)); } ///