Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1672 from pypeclub/bugfix/unreal-on-linux
Browse files Browse the repository at this point in the history
Unreal: launching on Linux
  • Loading branch information
antirotor authored Jul 7, 2021
2 parents e40e46d + f6700aa commit 79096aa
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 190 deletions.
9 changes: 9 additions & 0 deletions openpype/hosts/unreal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Unreal Integration

Supported Unreal Engine version is 4.26+ (mainly because of major Python changes done there).

### Project naming
Unreal doesn't support project names starting with non-alphabetic character. So names like `123_myProject` are
invalid. If OpenPype detects such name it automatically prepends letter **P** to make it valid name, so `123_myProject`
will become `P123_myProject`. There is also soft-limit on project name length to be shorter than 20 characters.
Longer names will issue warning in Unreal Editor that there might be possible side effects.
Loading

0 comments on commit 79096aa

Please sign in to comment.