Brak opisu

HogJonny-AMZN eb54903cfe stashing local changes in new branch 3 lat temu
Gems eb54903cfe stashing local changes in new branch 3 lat temu
Project eb54903cfe stashing local changes in new branch 3 lat temu
.gitattributes fb4fbf4783 Intial config, license, and readme file 3 lat temu
.gitignore 779894484d Get shared implementation version running 3 lat temu
.lfsconfig 5a147b0ee5 Lfsconfig update (#7) 3 lat temu
LICENSE-APACHE2.txt fb4fbf4783 Intial config, license, and readme file 3 lat temu
LICENSE-MIT.txt fb4fbf4783 Intial config, license, and readme file 3 lat temu
LICENSE.txt fb4fbf4783 Intial config, license, and readme file 3 lat temu
README.md b4f0bf488c Quality Of Life updates that fixes CMake related 3 lat temu

README.md

Loft Scene Sample

Download and Install

This repository uses Git LFS for storing large binary files. You will need to create a Github personal access token to authenticate with the LFS service.

Create a Git Personal Access Token

You will need your personal access token credentials to authenticate when you clone the repository.

Create a personal access token with the 'repo' scope.

(Recommended) Verify you have a credential manager installed to store your credentials

Recent versions of Git install a credential manager to store your credentials so you don't have to put in the credentials for every request.
It is highly recommended you check that you have a credential manager installed and configured

Step 1. Clone the repository

You can clone the gems to any folder locally, including inside the engine folder. If you clone to a folder inside an existing Git repository (e.g. o3de) you should add the folder to the Git exclude file for the existing repository.

Option #1 (Recommended) - cloning into a folder outside the engine repository folder

# clone into a folder outside your engine repository folder
> git clone https://github.com/aws-lumberyard/loft-arch-vis-sample.git
Cloning into 'loft-arch-vis-sample'...

Option #2 - cloning into the engine repository folder

# clone the project into a folder named 'loft-arch-vis-sample' in your existing engine repository folder
> git clone https://github.com/aws-lumberyard/loft-arch-vis-sample.git c:/path/to/o3de/loft-arch-vis-sample
Cloning into 'loft-arch-vis-sample'...

# modify the local engine git exclude file to ignore the project folder
> echo loft-arch-vis-sample > c:/path/to/o3de/.git/info/exclude

If you have a Git credential helper configured, you should not be prompted for your credentials anymore.

Step 2. Register the engine and gems

# register the engine (If you already have built O3DE in project-centric mode then you don't need this step.)
> c:/path/to/o3de/scripts/o3de register --this-engine

# register the project 
> c:/path/to/o3de/scripts/o3de register -pp c:/path/to/loft-arch-vis-sample/Project

# register the gem (OPTIONAL) - Only needed if you plan to use the gem from another project. 
> c:/path/to/o3de/scripts/o3de register -gp c:/path/to/loft-arch-vis-sample/Gems/ArchVis

You are now setup to use these gems in your projects.

License

For terms please see the LICENSE*.TXT file at the root of this distribution.