From 6a46efcf459327c0e730306c8bb7e3cb6124c071 Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Fri, 30 Dec 2022 18:40:11 -0600 Subject: [PATCH] Fixed missing the scene animation proxy from the content context menu. --- Source/Editor/Content/Proxy/SceneAnimationProxy.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Editor/Content/Proxy/SceneAnimationProxy.cs b/Source/Editor/Content/Proxy/SceneAnimationProxy.cs index 30409208e..d275be6a1 100644 --- a/Source/Editor/Content/Proxy/SceneAnimationProxy.cs +++ b/Source/Editor/Content/Proxy/SceneAnimationProxy.cs @@ -36,6 +36,7 @@ namespace FlaxEditor.Content /// A asset proxy object. /// /// + [ContentContextMenu("New/Animation/Scene Animation")] public class SceneAnimationProxy : BinaryAssetProxy { ///