Skip to content

Commit

Permalink
Plug-in 1.4.6 supported
Browse files Browse the repository at this point in the history
  • Loading branch information
shun126 committed Sep 18, 2023
1 parent 277e8de commit 16e61f1
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 4 deletions.
Binary file modified Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset
Binary file not shown.
Binary file modified Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset
Binary file not shown.
Binary file modified Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset
Binary file not shown.
Binary file modified Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset
Binary file not shown.
Binary file modified Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset
Binary file not shown.
Binary file removed Content/HUD/PlayGameWidget.uasset
Binary file not shown.
Binary file added Content/LevelPrototyping/Actors/A_Candle.uasset
Binary file not shown.
Binary file added Content/LevelPrototyping/Actors/A_Table.uasset
Binary file not shown.
Binary file modified Content/LevelPrototyping/DungeonGenerateParameter.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Maps/DungeonDynamicTest.umap
Binary file not shown.
Binary file modified Content/Maps/DungeonStaticTest.umap
Binary file not shown.
Binary file added Content/Maps/Sub/GoalMap.umap
Binary file not shown.
Binary file added Content/Maps/Sub/StartMap.umap
Binary file not shown.
Binary file added Content/Maps/Sub/SubMap1.umap
Binary file not shown.
Binary file added Content/Maps/Sub/SubMap2.umap
Binary file not shown.
Binary file removed Content/Maps/SubRoomLevel.umap
Binary file not shown.
Binary file added Content/Widget/Material/M_MiniMap.uasset
Binary file not shown.
Binary file added Content/Widget/PlayGameWidget.uasset
Binary file not shown.
Binary file added Content/Widget/Texture/T_GunSight.uasset
Binary file not shown.
Binary file added Content/Widget/Texture/T_MiniMapMask.uasset
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion DungeonGeneratorDemo.uproject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "5.2",
"EngineAssociation": "5.3",
"Category": "",
"Description": "",
"Plugins": [
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

> Easy generation of levels, mini-maps and missions.
This is a demo project for [Dungeon generator plugin for Unreal Engine 4 and 5](https://www.unrealengine.com/marketplace/slug/36a8b87d859f44439cfe1515975d7197).
This is a demo project for [Dungeon generator plugin for Unreal Engine 5](https://www.unrealengine.com/marketplace/slug/36a8b87d859f44439cfe1515975d7197).

[![license](https://img.shields.io/github/license/shun126/UE5-DungeonGeneratorDemo)](https://github.com/shun126/UE5-DungeonGeneratorDemo/blob/main/LICENSE)
[![downloads](https://img.shields.io/github/downloads/shun126/UE5-DungeonGeneratorDemo/total)](https://github.com/shun126/UE5-DungeonGeneratorDemo/releases)
[![stars](https://img.shields.io/github/stars/shun126/UE5-DungeonGeneratorDemo?style=social)](https://github.com/shun126/UE5-DungeonGeneratorDemo/stargazers)
[![youtube](https://img.shields.io/youtube/views/HIW4mRt2_AA?style=social)](https://youtu.be/HIW4mRt2_AA)

* Demo project for Unreal Engine 4 is [here](https://github.com/shun126/UE4-DungeonGeneratorDemo).
* Trailer video: [YouTube](https://youtu.be/HIW4mRt2_AA)
* Tutorial videos: [YouTube](https://www.youtube.com/playlist?list=PLlMDkSa8bQnK4PDIfkXYorQIucn47ifKO)

Expand All @@ -35,13 +34,14 @@ The dungeon generator was based on Vazgriz's algorithm. You can read more about
* Tiled Dungeon Generation both In-Editor & Runtime
* Users can easily generate dungeons by preparing meshes for floors, walls, ceilings, and stairs.
* A mini-map of the dungeon can be generated. [beta version]
* Merging sub-levels into the generating dungeon. [beta version]
* Generates actors for doors and keys by MissionGraph. [beta version]
* Generates interior decoration by InteriorDecorator. [beta version]
* Supported Development Platforms: Windows (should be possible to build on all platforms)
* Supported Target Build Platforms: Windows (should be possible to target all platforms)

# 🔧 Requirements
* [Unreal Engine 5.0 - 5.2.1](https://www.unrealengine.com/unreal-engine-5)
* [Unreal Engine 5.3](https://www.unrealengine.com/unreal-engine-5)
* [Visual Studio 2022](https://visualstudio.microsoft.com/)

# 📜 License
Expand Down

0 comments on commit 16e61f1

Please sign in to comment.