From 8778f119981e4c34251bf2b93825e22a9a066271 Mon Sep 17 00:00:00 2001 From: Jiajun <75730859+T-rvw@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:28:04 +0800 Subject: [PATCH] integrate scene io fix (#441) --- Engine/Source/ThirdParty/AssetPipeline | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Engine/Source/ThirdParty/AssetPipeline b/Engine/Source/ThirdParty/AssetPipeline index ba6fb014..6ba003da 160000 --- a/Engine/Source/ThirdParty/AssetPipeline +++ b/Engine/Source/ThirdParty/AssetPipeline @@ -1 +1 @@ -Subproject commit ba6fb014ab889da5d1bdb004155fe11327f568a3 +Subproject commit 6ba003da2c0a5544d4ed79c0bdb15798babe9682 diff --git a/README.md b/README.md index 1fb1e654..d3659ad1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ * Animation * BlendShape - * Skeletion + * Skeleton * JobSystem * Modern RHI except bgfx * Particle System @@ -85,9 +85,11 @@ ## Learning Resources * [DiligentEngine](https://github.com/DiligentGraphics/DiligentEngine) +* [ezEngine](https://github.com/ezEngine/ezEngine) * [GodotEngine](https://github.com/godotengine/godot) * [LumixEngine](https://github.com/nem0/LumixEngine) * [Lumos](https://github.com/jmorton06/Lumos) +* [LunaSDK](https://github.com/JX-Master/LunaSDK) * [WickedEngine](https://github.com/turanszkij/WickedEngine) * [UnrealEngine](https://github.com/EpicGames/UnrealEngine) * [vulkan-engine](https://github.com/Division/vulkan-engine)