Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 787 Bytes

File metadata and controls

23 lines (14 loc) · 787 Bytes

Contributing to RuntimeAssetImportPlugin

Thank you for your interest in contributing!

How to contribute

  1. Fork the repository
  2. Create a feature branch from master
  3. Make your changes following the UE Coding Standard
  4. Run Verify.ps1 locally (requires UE5.4 and the RuntimeAssetImportSample project)
  5. Open a pull request

Code style

This project follows the Epic C++ Coding Standard. A .clang-format file is provided for automatic formatting.

Running tests

See README.md for test instructions.

Issues

Please use GitHub Issues for bug reports and feature requests.