|
před 2 roky | |
---|---|---|
Gems | před 2 roky | |
Project | před 2 roky | |
.gitattributes | před 3 roky | |
.gitignore | před 3 roky | |
.lfsconfig | před 3 roky | |
.lfsconfig.save | před 3 roky | |
LICENSE-APACHE2.txt | před 3 roky | |
LICENSE-CC-BY-4.0.txt | před 2 roky | |
LICENSE-CC-BY-NC-4.0.txt | před 2 roky | |
LICENSE-MIT.txt | před 3 roky | |
LICENSE.txt | před 2 roky | |
README.md | před 2 roky |
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.
You will need your personal access token credentials to authenticate when you clone the repository.
Create a personal access token with the 'repo' scope.
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
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.
# 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'...
# 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.
# 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.
For terms please see the LICENSE*.TXT files within this distribution.