Skip to content

UnrealMate v1.0.0 - Production/Stable Release

Choose a tag to compare

@gktrk363 gktrk363 released this 22 Jan 23:57

The complete CLI toolkit for Unreal Engine developers is here!

Crafted by gktrk363

🌟 What's New

This is a major milestone release with a complete feature set and personal branding throughout!

✨ Personal Signature System

  • Beautiful ASCII art banner with cyan/magenta theme
  • Signature headers in all code files
  • Branded panels in every command
  • Responsive design that adapts to terminal width

⚡ Performance Tools

  • Performance Profiler - Analyze CPU/GPU/Memory bottlenecks
  • Shader Analyzer - Detect shader complexity issues
  • Memory Auditor - Track asset memory usage

🔌 Plugin Management

  • Install plugins from Git repositories or local directories
  • Enable/disable plugins in .uproject files
  • List all installed plugins with status
  • Remove plugins safely

🏗️ Build & CI/CD Tools

  • Generate GitHub Actions workflows
  • Generate GitLab CI configurations
  • Generate Jenkinsfiles

⚙️ Configuration System

  • .unrealmate.toml configuration file support
  • Easy get/set interface for settings
  • User preferences management

📊 Statistics

  • 30+ Commands across 7 command groups
  • 8 New Modules created
  • 2000+ Lines of code added
  • Production/Stable status

🚀 Installation

Via pip

pip install unrealmate

Verify Installation

unrealmate version

📖 Quick Start

# Initialize configuration
unrealmate config init

# Check project health
unrealmate doctor

# Setup Git
unrealmate git init
unrealmate git lfs

# Analyze performance
unrealmate performance profile

# Manage plugins
unrealmate plugin list

🎯 Command Groups

  • Core - version, doctor
  • Git - init, lfs, clean
  • Asset - scan, organize, duplicates
  • Blueprint - analyze, report
  • Performance ⚡ NEW! - profile, shaders, memory
  • Plugin 🔌 NEW! - list, install, enable, disable, remove
  • Build 🏗️ NEW! - ci-init, info
  • Config ⚙️ NEW! - init, show, set, get

📝 Full Changelog

See CHANGELOG.md for complete details.

🙏 Acknowledgments

Special thanks to the Unreal Engine developer community and all contributors!


© 2026 gktrk363 - Crafted with passion for Unreal Engine developers

Powered by UnrealMate


Full Changelog: v1.0.0...v1.0.0