Back to Portfolio

Unreal Plugin - Platformer Maker

July 2023

Unreal C++ Git Plugins

Unreal Programmer


PM_Banner

Context

I use my personal company to publish plugins on FAB. This allows me to create tools for Unreal and release them in a public environment.

Tech

  • Unreal - Engine
  • C++ - Language
  • GDoc - Documentation
  • Git - Versioning

Screenshot

Damage Actor
Coin Screen
Door
Editor

Video

Mechanics

This plugin provides tools to create a 3D platformer.

This plugin comes with:

  • spline-based spawner - Generate platforms, coins, or other objects
  • one-way platforms - Allow the player to go through a platform
  • moving platforms - Follow a spline or move between anchor points
  • Actor Damage System - Setup traps, either one time damage, x time damage or overtime damage
  • Door System - A door system with x push button to activate or just automatic door
  • side-view scroller example - showcases all the plugin’s features
  • Engine improvement - Show the AI Sight without “Play” mode
  • Turret - Simple AI acting as a turret