Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 558 Bytes

File metadata and controls

21 lines (13 loc) · 558 Bytes

RuntimeAssetImportSample

Minimal UE5.4 host project for building and testing RuntimeAssetImportPlugin in CI.

This project is not intended for end users. It serves as the test host for plugin automation tests.

Setup

git clone --recursive https://github.com/metyatech/RuntimeAssetImportSample.git

Running tests locally

.\Verify.ps1 -TestFilter "RuntimeAssetImport"

CI

Uses GitHub Actions self-hosted runner (Windows). Triggered on push and pull_request.