-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated asset types page with all asset types supported in Automated Testing project #1687
Updated asset types page with all asset types supported in Automated Testing project #1687
Conversation
…y Asset Builder, Atlas Worker Builder, Atom Image Builder. Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
| `.prefab` | Prefab Builder | [Prefab Gem](https://github.com/o3de/o3de/blob/development/Gems/Prefab/PrefabBuilder/PrefabBuilderComponent.h) | [Prefabs](docs/user-guide/interactivity/prefabs) are a foundational element for building an O3DE project, a prefab is a collection of entities. | `.spawnable` | | ||
| `.ts` | Qt Translation File Builder | [LmbrCentral Gem](https://github.com/o3de/o3de/blob/development/Gems/LmbrCentral/Code/Source/Builders/TranslationBuilder/TranslationBuilderComponent.h) | Qt translation files. Qt is only enabled in tools, so these can be useful for translating tools to different languages, but not projects. | `.qm` | | ||
| `.fbx`, `.glb`, `gltf`, `stl` | Scene Builder | [SceneProcessing Gem](https://github.com/o3de/o3de/blob/development/Gems/SceneProcessing/Code/Source/SceneBuilder/SceneBuilderWorker.h) | [Scene files](docs/user-guide/assets/scene-settings/scene-format-support) are used to define 3D content, such as meshes and animations. | `.motion`, `.procprefab`, `.azmaterial`, `.azbuffer`, `.azlod`, `.azmodel`, `.blast_chunks`, `.pxmesh`, `.skinmeta`, `.actor` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blast_chunks is a product asset output from the Blast gem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Asset Processor says it's from the Scene Builder Worker, and not the Blast Gem.
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent contribution!
I've created an issue to complete the table's descriptions after decisions on style are made: #1697. |
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
Change summary
Updated asset types page with all asset types supported in Automated Testing project. This includes information on the builder that processes the source asset, and links to documentation on asset types, when available.
Submission Checklist: