• Доступ к сайту с VPN ограничен. Ваш аккаунт может быть забанен. Access to the site with a VPN is limited. Your account may be banned.

Coin 5.0 Plugins ‌‌‍‍‎ Sandbox Framework v1.1

Sandbox Framework
Версия Unreal Engine
5.0

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.



Download Example Demo Game


*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]

Technical Details​

Features:
  • Custom asset that automatically registers with asset registry
  • Custom graph editor
  • Create custom blueprint nodes that encapsulates entire gameplay logic
  • Each node in custom graph is a full UObject and not a function like in Blueprints
  • Every node in Sandbox Graph is latent
  • Create your own nodes in Blueprints or C++
  • Pass around in/output in node in Sandbox Graph to pass data
  • Supports displaying (customizable) debug information while PIE
  • Provides subsystems for easily accessing Sandbox functions
  • Map Saving/Loading available in example project
  • Provides functions for easily switching Sandbox and Editor mode
  • Custom spawn function
  • No casting of actors
  • No dependencies between blueprints
  • Simple to use API
  • Everything works in Runtime

Code Modules:
  • Sandbox (Runtime)
  • SandboxEditor (Editor)
  • SandboxGraphEditor (Editor)

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.
Автор
Lucifer
Скачивания
0
Просмотры
310
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

Поделиться ресурсом

Последние обновления

  1. Update to UE 5.0 v1.1

    Update to UE 5.0 v1.1
Сверху