From c371a5b78c8f743ef7f37c90d149a670b611e4af Mon Sep 17 00:00:00 2001 From: Nils Hausfeld Date: Fri, 20 Oct 2023 12:55:54 +0200 Subject: [PATCH] - Removed Quaternion and Transform from material parameter types since they are not supported --- Source/Editor/Windows/Assets/MaterialWindow.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Editor/Windows/Assets/MaterialWindow.cs b/Source/Editor/Windows/Assets/MaterialWindow.cs index 6fbe32d7e..5aa77dbc3 100644 --- a/Source/Editor/Windows/Assets/MaterialWindow.cs +++ b/Source/Editor/Windows/Assets/MaterialWindow.cs @@ -41,8 +41,6 @@ namespace FlaxEditor.Windows.Assets new ScriptType(typeof(Vector3)), new ScriptType(typeof(Vector4)), new ScriptType(typeof(Color)), - new ScriptType(typeof(Quaternion)), - new ScriptType(typeof(Transform)), new ScriptType(typeof(Matrix)), };