Merge pull request #4004 from pypeclub/bugfix/unreal-fix-project-anatomy-template

Unreal: add `uproject` extension to Unreal project template
This commit is contained in:
Ondřej Samohel 2022-10-19 17:26:20 +02:00 committed by GitHub
commit 7abdb0bd19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
"delivery": {},
"unreal": {
"folder": "{root[work]}/{project[name]}/unreal/{task[name]}",
"file": "{project[code]}_{asset}",
"file": "{project[code]}_{asset}.{ext}",
"path": "{@folder}/{@file}"
},
"others": {