Coder Social home page Coder Social logo

Raw Content about ue5-gitignore HOT 2 CLOSED

mozgiii avatar mozgiii commented on May 20, 2024
Raw Content

from ue5-gitignore.

Comments (2)

MOZGIII avatar MOZGIII commented on May 20, 2024

I would recommend using git submodules and having the shared raw content within the project directory. Rationale is since you're using git for it (and not something like google drive or dropbox) you probably want to use all git features, like branching and stuff. However, the usability of this pattern heavily depends on the workflow you and your team is using.
Your proposed solution is certainly good when you're switching engines and is not commited to maintain a directory structure withing a specific project.
Though, I would avoid calling any non-code-related directory just Source. Also I guess it is better to still use some king of namespacing for shared content: so that the name is like Shared/RawContent, especially if using it as a toplevel project (on the same directory level as the game projects).

from ue5-gitignore.

visualcodex avatar visualcodex commented on May 20, 2024

I've looked into Git Submodels on your suggestion (and PlasticSCM xlink). And you're quite right that's exactly what I need! This allows to keep RawSource still embedded in the project directory on the same flat level as all the platform/engine specific project directories. I've been analysing source control, directory structure and file naming for the past month now. Especially the source control part, as I am ok with content directory structure and its file naming, though its one thing having source control set up by an IT team, completely another if you need to set up Source Control yourself. :) The name Source for binary assets is indeed a none tamable beast. I agree Source is better reserved for Code. For the base/raw source such as TGA, Meshes, Substances, Zbrush files and what not. So far the best I feel comfortable with is RawSource, as I find Content so inherently connected with Unreal's uassets directory. And Raw source is not specific to Unreal's content/uassets but can be used in any project/platform. Thanks again for the info, it helped getting out of my analysis paralysis. :)

from ue5-gitignore.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.