AsyncLoadingScreen
DlgSystem
AsyncLoadingScreen | DlgSystem | |
---|---|---|
3 | 6 | |
861 | 468 | |
3.0% | 2.6% | |
3.9 | 5.5 | |
3 months ago | 2 months ago | |
C++ | C++ | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
AsyncLoadingScreen
-
How do you guys do level loading/loading screens?
Use an existing solution: https://www.unrealengine.com/marketplace/en-US/product/async-loading-screen
-
Giving back to Unreal Community. Do you hate setting up loading screens? Do you want it to be as customizable as your technical art skills allow you to? Look no further and enjoy this free and super easy to set up plugin. Github link in comments.
Because this free open source plugin called AsyncLoadingScreen that already has a ton of customization options.
- Starting development at the beginning.
DlgSystem
-
Free open-source dialogue plugin
I've been using https://github.com/NotYetGames/DlgSystem which has been really helpful.
- How can I make this simple dialogue blueprint repeatable?
-
Creating Dialogue & Story Events?
For the dialogue system you can use this plugin from GitHub or i followed a tutorial on youtube to make a dialogue system based on behavior tree and a proxy AI controller. I have to say it works quite well and it gives you the easy tree structure to build the dialgoues.
-
How would you tackle organizing a system for dialogue in an animal crossing or stardew valley -esque game?
It's also free on their Github if you compile it yourself and if you don't want to use it as-is you would at least be able to see the source code/blueprints etc to how they've put things together.
-
Good resources for learning editor tools?
DlgSystem by NotYetGames - has been used in a shipped game with open C++ source by the creator
-
Is there a smart way to implement dialogue tree?
I can recommend this free dialogue plugin: https://github.com/NotYetGames/DlgSystem
What are some alternatives?
UnrealPakViewer - 查看 UE4 Pak 文件的图形化工具,支持 UE4 pak/ucas 文件
ue5-style-guide - An attempt to make Unreal Engine 4 projects more consistent
SteamBridge - An Unreal Engine implementation of the Steamworks API.
GenericGraph - Generic graph data structure plugin for ue4
RuntimeMeshComponent - Unreal Engine 4 plugin component for rendering runtime generated content. [Moved to: https://github.com/TriAxis-Games/RealtimeMeshComponent]
UE4-Plugin-Resources - A list of community resources for Slate, Graphs, and UE4 Plugin Development.
ProjectCleaner - Unreal engine plugin for managing all unused assets and empty folders in project.
MounteaDialogueSystem - Mountea Dialogue System is an Open-source Mountea Framework tool for Unreal Engine for creating (not just) complex dialogues! Provides its own Dialogue Tree editor and validation system.
DataConfig - Unreal Engine JSON/MsgPack serialization framework
PBCharacterMovement - HL2-style, classic FPS movement for Unreal Engine implemented in C++
UnrealInk - Integration of the Ink language into Unreal 4 (https://github.com/inkle/ink)
FlowGraph - Design-agnostic node system for scripting game’s flow in Unreal Engine