-
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
Added all the agriculture assets, that are being transferred to this repository. #6
Conversation
Signed-off-by: Artur Kamieniecki <[email protected]>
…ag, PlanterBox, RustedSpade
…r and fixed the NOTICE
Co-authored-by: Paweł Budziszewski <[email protected]>
… Gem files: gem.json, NOTICE
Signed-off-by: Jan Hanca <[email protected]>
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.
I removed from this PR the following gems:
RobotecAgricultureDecorationsAssets
- it was merged already in PR added RobotecAgricultureDecorationsAssets gem #5RobotecAgricultureGradientsAssets
- it is not neededRobotecAgricultureSkyboxesAssets
- this was separated to PR Add RobotecAgricultureSkyboxesAssets Gem #8RobotecAgricultureVegetationAssets
- this was separated to PR Add RobotecAgricultureVegetationAssets Gem #7
I believe RobotecAgricultureMaterialsAssets
Gem should be removed as not needed and the content of RobotecAgricultureScriptsAssets
should be moved to RobotecAgricultureMachines
. Additionally, all fbx
files should be checked (I have not done it in my review).
"dependencies": [ | ||
"RobotecAgricultureMachinesAssets==1.0.0", | ||
"RobotecAgricultureScriptsAssets==1.0.0", | ||
"ROS2==2.0.0" |
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.
This is a big issue if we want to switch between 2310.x and 2409
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.
Yep. And it concerns all gems dependent on ROS, created before O3DE 24.X. I see no easy solution to this issue. At some point, we'll just have to migrate everything, braking the compatibility.
- Moved all content to one gem - Renamed sprayers - Renamed tractor prefabs - Updated license - Minor fixes Signed-off-by: Paweł Budziszewski <[email protected]>
I performed some reorganization and cleaning up:
|
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.
I've noticed some issues in this PR.
- For both of backpack sprayers the root transform is offset from the center (might me intentional)
- TractorGenericSmall from farming vehicle assets is broken
In addition the structure of files in this PR is weird. RobotecAgricultureMachines is outside of the Gems folder.
@@ -1,2 +1,4 @@ | |||
# robotec-agriculture-assets | |||
Repository for all agriculture specific O3DE assets | |||
## Gems | |||
1. [RobotecAgricultureDecorationsAssets](./RobotecAgricultureDecorationsAssets/) |
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.
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.
Only nitpick comments. All assets work in my setup.
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.
What is the difference between BackpackSprayerCanister_BaseColor.png
and BackpackSprawyer_BaseColor.png
? Do we need both?
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.
These are different textures
RobotecAgricultureMachines/Assets/BackpackAirSprayer/Models/Materials/BackpackSprayer.material
Outdated
Show resolved
Hide resolved
Correction. It looks good, but it does not drive with the keyboard due to the incorrect script path! |
Fixed issue: #9 |
Signed-off-by: Jan Hanca <[email protected]>
Signed-off-by: Paweł Budziszewski <[email protected]>
...to match prefab names Signed-off-by: Paweł Budziszewski <[email protected]>
It is intentional. The origin of both backpacks is in the same place as the origin of the tractor (if the backpack is attached). So if you spawn a tractor and a backpack in the same coordinates, the backpack will be correctly positioned. This is the easiest solution for positioning both assets if placed on the scene side-by-side.
Double-checked, works fine for me. Also @jhanca-robotecai tested it.
I see no reason why we should have an additional folder I've checked other repos, and we have some inconsistencies. It seems, that in case of all |
Both are fine for me and this is one of the least important issues. Let's keep it as it is for now and focus on moving more assets to final repos. |
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.
Double-checked all prefabs again, everything works as expected.
depends on #5