Sandbox Framework that features custom asset and graph editor that lets you implement sandbox features for your game.
Sandbox is a minimal and generic framework that lets you add sandbox features to your game.
Typical real world examples like Creative mode, map/level editors at runtime.
Includes example project that show how you switch between edit/play mode, spawn assets and save it as a playable map.
Join our Discord Server for support! (Verification is required)
*This plugin does not include game specific system, it is up to you to create and define your own logic.
We have provided an example project on how assets are made and basic save/load system.
[Supports Unreal Engine 5 Early Access and Main Branch]
Features:
Code Modules:
Number of C++ Classes: 55
Supported Development Platforms: Windows, Mac, Linux
Supported Target Build Platforms: Windows, Mac, Linux, Console, Mobile, VR
Documentation: https://docs.yetitechstudios.com
Example Project: https://github.com/YetiTechStudios/Sandbox-Framework-Example-Project
Important/Additional Notes: This is a modified version of open source FlowGraph by MothDoctor.