Clarification on Project folder structure. #96
Unanswered
alteredtech
asked this question in
Q&A
Replies: 1 comment
-
Yes, this allow you to separate marketplace's assets from your game's assets. It simplify migrate process either |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The outline says to use
/Content/<Project Name>/everything else
. When UE5 creates a project it uses this structure.D:/Projects/<Project Name>/Content
.Following your structure we should make another folder with the project name under content so it looks like the following?
Projects/<Project Name>/Content/<Project Name>/everything else
Beta Was this translation helpful? Give feedback.
All reactions