Inspector window to combine asset properties and components editor

This commit is contained in:
Simon Lübeß
2024-06-09 01:16:21 +02:00
parent ace51b396d
commit f61d1bc644
9 changed files with 185 additions and 137 deletions
@@ -6,7 +6,6 @@ using GlitchyEngine.Content;
using GlitchyEngine;
using GlitchyEngine.Renderer;
using GlitchyEngine.Math;
using System.Threading;
using GlitchyEditor.Assets.Processors;
using ImGui;
@@ -68,7 +67,6 @@ class TextureImporter : IAssetImporter
public Result<ImportedResource> Import(StringView fullFileName, AssetIdentifier assetIdentifier, AssetImporterConfig config)
{
Thread.Sleep(1000);
Log.EngineLogger.AssertDebug(config is TextureImporterConfig);