-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added all the agriculture assets, that are being transferred to this repository. #6
Merged
jhanca-robotecai
merged 21 commits into
main
from
jk/add_agriculture_vegetation_and_tractor_gems
Sep 23, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f67b16e
Add lfs tracking
arturkamieniecki f4c6a77
added RobotecAgricultureDecorationsAssets Gem with 3 Assets: CompostB…
Jakub-Krakowiak 2bc0884
updated the README.md and added the Registry folder for AssetProcesso…
Jakub-Krakowiak 40d05c3
updated the Notice file to better explain where the assets came from
Jakub-Krakowiak 7be5f94
reattached meshes and materials to prefabs, removed _Visual suffix fr…
Jakub-Krakowiak 6a7dc6b
reattached meshes and materials
Jakub-Krakowiak 4b67733
added first tractor prefab
Jakub-Krakowiak f4080c8
added Tractor and TractorSmall (both with sensors) prefabs
Jakub-Krakowiak c48c481
created prefabs for working tractor, tractor small and sprayer
Jakub-Krakowiak ab1ebd6
added raw type prefabs of tractor, tractor small and sprayer
Jakub-Krakowiak f4ad33a
renamed Sprayer to TractorSprayed and added BackpackSprayer
Jakub-Krakowiak a6cfb6d
added Vegetation, Skyboxes, Materials, Gradients Gems and updated the…
Jakub-Krakowiak 0a79978
updated the NOTICE files
Jakub-Krakowiak 8cd3adc
renamed Skyboxes to fit naming convention
Jakub-Krakowiak 11681c6
added MapleTree model CC Attribution
Jakub-Krakowiak b7d7655
added assetinfo to some textures
Jakub-Krakowiak 361f625
Remove gems that were merged separately
jhanca-robotecai 66f9099
Reorganisation
pawelbudziszewski 2a6291e
Fix keyboard script path (#9)
jhanca-robotecai 0f63b0d
Cleaned up texture paths in fbx files
pawelbudziszewski ef3c328
Updated material and texture names
pawelbudziszewski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
*.jpg filter=lfs diff=lfs merge=lfs -text | ||
*.jpeg filter=lfs diff=lfs merge=lfs -text | ||
*.png filter=lfs diff=lfs merge=lfs -text | ||
*.gif filter=lfs diff=lfs merge=lfs -text | ||
*.psd filter=lfs diff=lfs merge=lfs -text | ||
*.ai filter=lfs diff=lfs merge=lfs -text | ||
*.mp3 filter=lfs diff=lfs merge=lfs -text | ||
*.wav filter=lfs diff=lfs merge=lfs -text | ||
*.ogg filter=lfs diff=lfs merge=lfs -text | ||
*.mp4 filter=lfs diff=lfs merge=lfs -text | ||
*.mov filter=lfs diff=lfs merge=lfs -text | ||
*.FBX filter=lfs diff=lfs merge=lfs -text | ||
*.fbx filter=lfs diff=lfs merge=lfs -text | ||
*.blend filter=lfs diff=lfs merge=lfs -text | ||
*.obj filter=lfs diff=lfs merge=lfs -text | ||
*.a filter=lfs diff=lfs merge=lfs -text | ||
*.exr filter=lfs diff=lfs merge=lfs -text | ||
*.tga filter=lfs diff=lfs merge=lfs -text | ||
*.pdf filter=lfs diff=lfs merge=lfs -text | ||
*.zip filter=lfs diff=lfs merge=lfs -text | ||
*.dll filter=lfs diff=lfs merge=lfs -text |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# robotec-agriculture-assets | ||
Repository for all agriculture specific O3DE assets | ||
## Gems | ||
1. [RobotecAgricultureDecorationsAssets](./RobotecAgricultureDecorationsAssets/) | ||
346 changes: 346 additions & 0 deletions
346
RobotecAgricultureMachines/Assets/BackpackAirSprayer/BackpackAirSprayer.prefab
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
RobotecAgricultureMachines/Assets/BackpackAirSprayer/Models/BackpackAirSprayer.fbx
Git LFS file not shown
27 changes: 27 additions & 0 deletions
27
...gricultureMachines/Assets/BackpackAirSprayer/Models/Materials/BackpackAirSprayer.material
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", | ||
"materialTypeVersion": 5, | ||
"propertyValues": { | ||
"baseColor.color": [ | ||
0.800000011920929, | ||
0.800000011920929, | ||
0.800000011920929, | ||
1.0 | ||
], | ||
"baseColor.textureMap": "Textures/BackpackAirSprayer_BaseColor.png", | ||
"emissive.color": [ | ||
0.0, | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"metallic.textureMap": "Textures/BackpackAirSprayer_Metallic.png", | ||
"normal.textureMap": "Textures/BackpackAirSprayer_Normal.png", | ||
"opacity.factor": 0.5199999809265137, | ||
"opacity.mode": "Cutout", | ||
"roughness.factor": 0.5, | ||
"roughness.textureMap": "Textures/BackpackAirSprayer_Roughness.png", | ||
"roughness.upperBound": 0.5899999737739563, | ||
"specularF0.textureMap": "Textures/BackpackAirSprayer_Specular.png" | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...reMachines/Assets/BackpackAirSprayer/Models/Materials/BackpackAirSprayerCanister.material
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", | ||
"materialTypeVersion": 5, | ||
"propertyValues": { | ||
"baseColor.color": [ | ||
0.800000011920929, | ||
0.800000011920929, | ||
0.800000011920929, | ||
1.0 | ||
], | ||
"baseColor.textureMap": "Textures/BackpackAirSprayerCanister_BaseColor.png", | ||
"emissive.color": [ | ||
0.0, | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"metallic.textureMap": "Textures/BackpackAirSprayer_Metallic.png", | ||
"normal.textureMap": "Textures/BackpackAirSprayer_Normal.png", | ||
"opacity.factor": 0.5199999809265137, | ||
"opacity.mode": "Cutout", | ||
"roughness.factor": 0.5, | ||
"roughness.textureMap": "Textures/BackpackAirSprayer_Roughness.png", | ||
"roughness.upperBound": 0.5899999737739563, | ||
"specularF0.textureMap": "Textures/BackpackAirSprayer_Specular.png" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
...ckAirSprayer/Models/Materials/Textures/BackpackAirSprayerCanister_BaseColor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...s/BackpackAirSprayer/Models/Materials/Textures/BackpackAirSprayer_BaseColor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions
100
...s/BackpackAirSprayer/Models/Materials/Textures/BackpackAirSprayer_BaseColor.png.assetinfo
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<ObjectStream version="3"> | ||
<Class name="TextureSettings" version="2" type="{980132FF-C450-425D-8AE0-BD96A8486177}"> | ||
<Class name="AZ::Uuid" field="PresetID" value="{00000000-0000-0000-0000-000000000000}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/> | ||
<Class name="Name" field="Preset" value="AlbedoWithGenericAlpha" type="{3D2B920C-9EFD-40D5-AAE0-DF131C3D4931}"/> | ||
<Class name="unsigned int" field="SizeReduceLevel" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="bool" field="EngineReduce" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/> | ||
<Class name="bool" field="EnableMipmap" value="true" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/> | ||
<Class name="unsigned int" field="MipMapGenEval" value="0" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="ImageProcessingAtom::MipGenType" field="MipMapGenType" value="1" type="{8524F650-1417-44DA-BBB0-C707A7A1A709}"/> | ||
<Class name="bool" field="MaintainAlphaCoverage" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/> | ||
<Class name="AZStd::vector<unsigned int, allocator>" field="MipMapAlphaAdjustments" type="{3349AACD-BE04-50BC-9478-528BF2ACFD55}"> | ||
<Class name="unsigned int" field="element" value="50" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="unsigned int" field="element" value="50" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="unsigned int" field="element" value="50" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="unsigned int" field="element" value="50" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="unsigned int" field="element" value="50" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="unsigned int" field="element" value="50" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
</Class> | ||
<Class name="AZStd::map<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>" field="PlatformSpecificOverrides" type="{74E4843B-0924-583D-8C6E-A37B09BD51FE}"> | ||
<Class name="AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>" field="element" type="{CAC4E67F-D626-5452-A057-ACB57D53F549}"> | ||
<Class name="AZStd::string" field="value1" value="android" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/> | ||
<Class name="DataPatch" field="value2" type="{BFF7A3F5-9014-4000-92C7-9B2BC7913DA9}"> | ||
<Class name="AZ::Uuid" field="m_targetClassId" value="{980132FF-C450-425D-8AE0-BD96A8486177}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/> | ||
<Class name="unsigned int" field="m_targetClassVersion" value="2" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="AZStd::unordered_map<AddressType, AZStd::any, AZStd::hash<AddressType>, AZStd::equal_to<AddressType>, allocator>" field="m_patch" type="{CEA836FC-77E0-5E46-BD0F-2E5A39D845E9}"/> | ||
</Class> | ||
</Class> | ||
<Class name="AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>" field="element" type="{CAC4E67F-D626-5452-A057-ACB57D53F549}"> | ||
<Class name="AZStd::string" field="value1" value="ios" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/> | ||
<Class name="DataPatch" field="value2" type="{BFF7A3F5-9014-4000-92C7-9B2BC7913DA9}"> | ||
<Class name="AZ::Uuid" field="m_targetClassId" value="{980132FF-C450-425D-8AE0-BD96A8486177}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/> | ||
<Class name="unsigned int" field="m_targetClassVersion" value="2" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="AZStd::unordered_map<AddressType, AZStd::any, AZStd::hash<AddressType>, AZStd::equal_to<AddressType>, allocator>" field="m_patch" type="{CEA836FC-77E0-5E46-BD0F-2E5A39D845E9}"> | ||
<Class name="AZStd::pair<AddressType, AZStd::any>" field="element" type="{FED51EB4-F646-51FF-9646-9852CF90F353}"> | ||
<Class name="AddressType" field="value1" value="AZStd::map<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>({74E4843B-0924-583D-8C6E-A37B09BD51FE})::PlatformSpecificOverrides·0/AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>({CAC4E67F-D626-5452-A057-ACB57D53F549})#0·0/" version="1" type="{90752F2D-CBD3-4EE9-9CDD-447E797C8408}"/> | ||
<Class name="AZStd::any" field="value2" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}"/> | ||
</Class> | ||
</Class> | ||
</Class> | ||
</Class> | ||
<Class name="AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>" field="element" type="{CAC4E67F-D626-5452-A057-ACB57D53F549}"> | ||
<Class name="AZStd::string" field="value1" value="linux" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/> | ||
<Class name="DataPatch" field="value2" type="{BFF7A3F5-9014-4000-92C7-9B2BC7913DA9}"> | ||
<Class name="AZ::Uuid" field="m_targetClassId" value="{980132FF-C450-425D-8AE0-BD96A8486177}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/> | ||
<Class name="unsigned int" field="m_targetClassVersion" value="2" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="AZStd::unordered_map<AddressType, AZStd::any, AZStd::hash<AddressType>, AZStd::equal_to<AddressType>, allocator>" field="m_patch" type="{CEA836FC-77E0-5E46-BD0F-2E5A39D845E9}"/> | ||
</Class> | ||
</Class> | ||
<Class name="AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>" field="element" type="{CAC4E67F-D626-5452-A057-ACB57D53F549}"> | ||
<Class name="AZStd::string" field="value1" value="mac" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/> | ||
<Class name="DataPatch" field="value2" type="{BFF7A3F5-9014-4000-92C7-9B2BC7913DA9}"> | ||
<Class name="AZ::Uuid" field="m_targetClassId" value="{980132FF-C450-425D-8AE0-BD96A8486177}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/> | ||
<Class name="unsigned int" field="m_targetClassVersion" value="2" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="AZStd::unordered_map<AddressType, AZStd::any, AZStd::hash<AddressType>, AZStd::equal_to<AddressType>, allocator>" field="m_patch" type="{CEA836FC-77E0-5E46-BD0F-2E5A39D845E9}"> | ||
<Class name="AZStd::pair<AddressType, AZStd::any>" field="element" type="{FED51EB4-F646-51FF-9646-9852CF90F353}"> | ||
<Class name="AddressType" field="value1" value="AZStd::map<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>({74E4843B-0924-583D-8C6E-A37B09BD51FE})::PlatformSpecificOverrides·0/AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>({CAC4E67F-D626-5452-A057-ACB57D53F549})#2·0/" version="1" type="{90752F2D-CBD3-4EE9-9CDD-447E797C8408}"/> | ||
<Class name="AZStd::any" field="value2" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}"/> | ||
</Class> | ||
<Class name="AZStd::pair<AddressType, AZStd::any>" field="element" type="{FED51EB4-F646-51FF-9646-9852CF90F353}"> | ||
<Class name="AddressType" field="value1" value="AZStd::map<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>({74E4843B-0924-583D-8C6E-A37B09BD51FE})::PlatformSpecificOverrides·0/AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>({CAC4E67F-D626-5452-A057-ACB57D53F549})#1·0/" version="1" type="{90752F2D-CBD3-4EE9-9CDD-447E797C8408}"/> | ||
<Class name="AZStd::any" field="value2" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}"/> | ||
</Class> | ||
<Class name="AZStd::pair<AddressType, AZStd::any>" field="element" type="{FED51EB4-F646-51FF-9646-9852CF90F353}"> | ||
<Class name="AddressType" field="value1" value="AZStd::map<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>({74E4843B-0924-583D-8C6E-A37B09BD51FE})::PlatformSpecificOverrides·0/AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>({CAC4E67F-D626-5452-A057-ACB57D53F549})#0·0/" version="1" type="{90752F2D-CBD3-4EE9-9CDD-447E797C8408}"/> | ||
<Class name="AZStd::any" field="value2" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}"/> | ||
</Class> | ||
</Class> | ||
</Class> | ||
</Class> | ||
<Class name="AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>" field="element" type="{CAC4E67F-D626-5452-A057-ACB57D53F549}"> | ||
<Class name="AZStd::string" field="value1" value="pc" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/> | ||
<Class name="DataPatch" field="value2" type="{BFF7A3F5-9014-4000-92C7-9B2BC7913DA9}"> | ||
<Class name="AZ::Uuid" field="m_targetClassId" value="{980132FF-C450-425D-8AE0-BD96A8486177}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/> | ||
<Class name="unsigned int" field="m_targetClassVersion" value="2" type="{43DA906B-7DEF-4CA8-9790-854106D3F983}"/> | ||
<Class name="AZStd::unordered_map<AddressType, AZStd::any, AZStd::hash<AddressType>, AZStd::equal_to<AddressType>, allocator>" field="m_patch" type="{CEA836FC-77E0-5E46-BD0F-2E5A39D845E9}"> | ||
<Class name="AZStd::pair<AddressType, AZStd::any>" field="element" type="{FED51EB4-F646-51FF-9646-9852CF90F353}"> | ||
<Class name="AddressType" field="value1" value="AZStd::map<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>({74E4843B-0924-583D-8C6E-A37B09BD51FE})::PlatformSpecificOverrides·0/AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>({CAC4E67F-D626-5452-A057-ACB57D53F549})#3·0/" version="1" type="{90752F2D-CBD3-4EE9-9CDD-447E797C8408}"/> | ||
<Class name="AZStd::any" field="value2" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}"/> | ||
</Class> | ||
<Class name="AZStd::pair<AddressType, AZStd::any>" field="element" type="{FED51EB4-F646-51FF-9646-9852CF90F353}"> | ||
<Class name="AddressType" field="value1" value="AZStd::map<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>({74E4843B-0924-583D-8C6E-A37B09BD51FE})::PlatformSpecificOverrides·0/AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>({CAC4E67F-D626-5452-A057-ACB57D53F549})#1·0/" version="1" type="{90752F2D-CBD3-4EE9-9CDD-447E797C8408}"/> | ||
<Class name="AZStd::any" field="value2" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}"/> | ||
</Class> | ||
<Class name="AZStd::pair<AddressType, AZStd::any>" field="element" type="{FED51EB4-F646-51FF-9646-9852CF90F353}"> | ||
<Class name="AddressType" field="value1" value="AZStd::map<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>({74E4843B-0924-583D-8C6E-A37B09BD51FE})::PlatformSpecificOverrides·0/AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>({CAC4E67F-D626-5452-A057-ACB57D53F549})#2·0/" version="1" type="{90752F2D-CBD3-4EE9-9CDD-447E797C8408}"/> | ||
<Class name="AZStd::any" field="value2" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}"/> | ||
</Class> | ||
<Class name="AZStd::pair<AddressType, AZStd::any>" field="element" type="{FED51EB4-F646-51FF-9646-9852CF90F353}"> | ||
<Class name="AddressType" field="value1" value="AZStd::map<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>({74E4843B-0924-583D-8C6E-A37B09BD51FE})::PlatformSpecificOverrides·0/AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, DataPatch>({CAC4E67F-D626-5452-A057-ACB57D53F549})#0·0/" version="1" type="{90752F2D-CBD3-4EE9-9CDD-447E797C8408}"/> | ||
<Class name="AZStd::any" field="value2" type="{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}"/> | ||
</Class> | ||
</Class> | ||
</Class> | ||
</Class> | ||
</Class> | ||
<Class name="AZStd::string" field="OverridingPlatform" value="" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/> | ||
<Class name="AZStd::set<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>, AZStd::less<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>, allocator>" field="Tags" type="{166F208E-DE97-53FE-B349-BDD9FE9B8693}"/> | ||
</Class> | ||
</ObjectStream> | ||
|
3 changes: 3 additions & 0 deletions
3
...ts/BackpackAirSprayer/Models/Materials/Textures/BackpackAirSprayer_Metallic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...sets/BackpackAirSprayer/Models/Materials/Textures/BackpackAirSprayer_Normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...s/BackpackAirSprayer/Models/Materials/Textures/BackpackAirSprayer_Roughness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...ts/BackpackAirSprayer/Models/Materials/Textures/BackpackAirSprayer_Specular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
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.
RobotecAgricultureDecorationsAssets was removed from this PR but is included in the readme.
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.
Agri decoration assets gem was removed from the current PR to #5. README.md is outdated, but I suggest to update it after merging all gems.
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 README should be recreated, based on #1. I've created an issue for this: #10