sinbad / UEScripts

Helper scripts for Unreal Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steve's Unreal Scripts

Summary

These scripts are to help with various tasks in Unreal Engine. They're written on the basis of using Git / Git LFS rather than Perforce (many of Unreal's own automation tools assume P4, which can be inconvenient).

These scripts support UE4 and UE5 and will detect which one your project is using

Prerequisites

  • Powershell Core 7+
    • Almost everything is compatible with Win10 built-in PS 5.1 but 7 is better, and platform independent
  • PsIni module installed (library for reading INI files easily)
    • Run Install-Module PsIni in a Powershell console
  • Itch's butler tool if you wish to release to Itch.io
  • The Steamworks SDK if you wish to release on Steam

About

Helper scripts for Unreal Engine


Languages

Language:PowerShell 100.0%