Skip to content

FishingCactus/UEGameSettings

Repository files navigation

GameSettings

License Unreal Engine Version

Overview

GameSettings is a system for defining game-specific settings and exposing them to the UI.

Installation

You can download these sources directly and put them in your project's Plugins folder Or you can add the plugin as a submodule git submodule add git@github.com:FishingCactus/UEGameSettings Plugins/GameSettings

Dependencies

  • CommonUI

Quick Start

Basic Setup

  1. Enable the Plugin
    • Navigate to Edit → Plugins
    • Search for "GameSettings" and check the enabled box
    • Restart the editor

Documentation

https://dev.epicgames.com/documentation/en-us/unreal-engine/lyra-sample-game-settings-in-unreal-engine

Contributing

We welcome contributions! Please see our Contributing Guide for details.

Development Setup

  1. Fork this repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Clone to your UE project's Plugins folder
  4. Make your changes and test thoroughly
  5. Submit a pull request

Coding Standards

Support

Getting Help

Reporting Issues

Please report bugs and feature requests through GitHub Issues.

When reporting issues, please include:

  • Unreal Engine version
  • Plugin version
  • Platform (Windows/Mac/Linux)
  • Steps to reproduce
  • Expected vs actual behavior
  • Relevant log files

FAQ

Q: Can I use this in commercial projects? A: Yes! See the LICENSE file for details.

Q: How do I update the plugin? A: Download the new version and replace the plugin files, then recompile your project.

Changelog

See CHANGELOG.md for complete version history.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤️ for the Unreal Engine community

If this plugin helped you, consider giving it a ⭐ on GitHub!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors