Нема описа

Mike Chang 90154234f5 Update repo address пре 2 година
Gems 0fa22daa58 More asset perf improvements for Loft пре 2 година
Project 0fa22daa58 More asset perf improvements for Loft пре 2 година
.gitattributes fb4fbf4783 Intial config, license, and readme file пре 3 година
.gitignore 779894484d Get shared implementation version running пре 3 година
.lfsconfig 5a147b0ee5 Lfsconfig update (#7) пре 3 година
.lfsconfig.save 27d7ceb3fb PhysX mesh colliders for the scene пре 3 година
LICENSE-APACHE2.txt fb4fbf4783 Intial config, license, and readme file пре 3 година
LICENSE-CC-BY-4.0.txt ada05b04ea legal text update пре 2 година
LICENSE-CC-BY-NC-4.0.txt ada05b04ea legal text update пре 2 година
LICENSE-MIT.txt fb4fbf4783 Intial config, license, and readme file пре 3 година
LICENSE.txt 861ccc6dca update legal txt and blank out plate art пре 2 година
README.md 90154234f5 Update repo address пре 2 година

README.md

O3DE Loft ArchVis Sample Scene

image

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/o3de/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/o3de/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 files within this distribution.