docs: add Unreal Engine onboarding tutorials#58
Open
jonathanmcmichael wants to merge 1 commit into
Open
Conversation
Signed-off-by: Jonathan McMichael <jonathanmc@dpr.com>
f20f21c to
c3be2ad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This PR adds a series of onboarding tutorials for Unreal Engine and UEFN developers, based on a step-by-step walkthrough of my own setup process.
Key Content
Unreal Engine Onboarding: A complete path for migrating local Unreal projects into Lore version control.
Local Identity Focus: Based on the understanding that global config.toml is not yet implemented, these guides promote repository-level identity as the current best practice.
Connectivity Guides: Walkthroughs for connecting to both unauthenticated internal servers and high-security mTLS environments.
New Tutorials
docs/tutorials/add-unreal-project.md: The main Unreal onboarding guide.
docs/tutorials/loreignore.md: Unreal-specific .loreignore setup.
docs/tutorials/setup-identity.md: Repository-level identity configuration.
docs/tutorials/auth-none.md: Connecting to unauthenticated internal servers.
docs/tutorials/auth-mtls.md: Certificate-based mTLS connection guide.
Note on Navigation
I've updated README.md to link to these guides for better discoverability. These additions can be trimmed if the maintainers prefer to keep the tutorial entry point more minimal.
All files have been linted for structural compliance and verified against the Lore documentation standards.