Tricky Prototyping Collection
A downloadable tool for Windows
This is a collection of several Unreal Engine 5 plugins created to facilitate the prototyping process.
The plugins were made with C++ but have a robust blueprints API to give people an opportunity to prototype games. All instructions and documentation you can find in the git pages for each plugin.
Keep in mind these plugins were made for prototyping, thus they weren't tested for actual production and can tank performance in some projects. Use them in actual projects at you own risk.
Core Plugins
These plugins doesn't have any dependencies from each other.
PLUGIN | DESCRIPTION |
---|---|
TrickyAnimationComponets | A small plugin with a collection of components which can help animate parts of actors |
TrickyInteractionSystem | A simple interaction system boilerplate which helps you implement different types of interactions in your game |
TrickyKeyringSystem | A plugin which will help you to integrate a flexible key system to lock/unlock different objects |
TrickyGamemode | A plugin with a custom game mode which has various states such as pause, game over, prepare, etc. |
TrickyEntityResources | A collection of game objects and components which help to quickly implement health, mana, stamina, overheating, etc. |
TrickyLevelHelpers | A plugin for facilitating a level design process |
TrickyStatusEffects | A plugin which helps to implement status effects in your prototype |
Additional Plugins
These plugins requires installing some core plugins to work properly.
PLUGIN | DEPENDENCIES | DESCRIPTION |
---|---|---|
TrickyDoors | TrickyAnimationComponets TrickyInteractionSystem TrickyKeyringSystem | A plugin with a collection of base door actors |
TrickyButtons | TrickyAnimationComponets TrickyInteractionSystem | A plugin with a collection of base button actors |
TrickyPickups | TrickyAnimationComponets TrickyInteractionSystem | A plugin with a collection of base pickup actors |
TrickyUserInterface | TrickyGamemode | A plugin with a collection of useful widgets |
Made With TPC
- Goblo The Harvester. A 3D platformer made in 3 days during Ludum Dare 52
- DeliverEgg. A 3D platformer made in 3 days during Ludum Dare 53
- Mimi's Adventure. A 3D puzzle adventure made in 2 days during GMTKjam 2023
- Private 621. A 3D top-down arena shooter made in 3 days Ludum Dare 54
Status | In development |
Category | Tool |
Platforms | Windows |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Tricky_Fat_Cat |
Tags | free, plugin, Royalty Free, tool, Unreal Engine, unreal-engine-4, unreal-engine-5, unreal-engine-plugin |
Download
Install instructions
- Install the plugin either in your project or for all projects in engine:
- Unzip the package into Plugins folder of your project, e.g.
D:\UnrealProjects\MyProject\Plugins
- Unzip the package to the Plugins folder in engine folder, e.g.
C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Marketplace
- Unzip the package into Plugins folder of your project, e.g.
- Restart the project;
Development log
- Collection update 230915Sep 15, 2023
- Collection update 230720Jul 20, 2023
- Collection update 230516May 16, 2023
- Version 2.0Mar 31, 2023
- Move to Unreal Engine 5. Version 2.0aMar 17, 2023
- Version 1.3Mar 07, 2023
- Version 1.2Feb 21, 2023
- Version 1.1Jan 27, 2023
Leave a comment
Log in with itch.io to leave a comment.