Closed CristopherAguilar10 closed 3 weeks ago
@CristopherAguilar10 can you provide a detailed summary about the pr please.
The pull request introduces a series of new assets and metadata files related to flower animations in a Unity project. It includes several animation clips, such as BlueFlowerAnim.anim
, FlowerAnim.anim
, WhiteFlower.anim
, and others, each defined in YAML format with properties like sample rate and looping behavior. Corresponding metadata files are created for each animation, specifying unique identifiers (GUIDs) and import settings. Additionally, new animator controllers are established, including FlowerBlue.controller
, FlowerWhite.controller
, and PetalsV2Controller.controller
, which define states and parameters for the animations. The changes also encompass new texture assets for the flowers, complete with detailed metadata files that outline texture import settings and sprite configurations. Overall, the modifications aim to enhance the visual representation of flowers in the Unity scenes by providing a structured approach to animation and asset management.
Objective | Addressed | Explanation |
---|---|---|
Animate the flowers (93) | ✅ | |
Ensure animations reflect wind movement (93) | ✅ |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@CristopherAguilar10 can you provide a gameplay gif for the other reviewers have a perspective about how flowers looks
@RolandoDrRobot @juandiegocv27 pr already tested on my local repo and successfully works
Please make animations for the flowers in the town scene as I told you in telegram dm
this should be another issue
@CristopherAguilar10 I will merge this pr tomorrow
Ok @jimenezz22, thank you for the opportunity to contribute
Closes #93
This pull request adds animations for the flowers, specifically for the blue flower and the white flower. The animations add a more dynamic visual effect to the environment.
Changes made:
Animations created:
An animation was created for the white flowers (WhiteFlower.anim), a basic animation of movement for the white flowers.
(RA_Jungle_231)
and the white flower(RA_Jungle_223)
, with smooth movements that simulate the effect of the wind.Project structure:
FlowerAnimation/Animations:
contains the animation clips for the flowers.FlowerAnimation/Controllers:
includes the Animator Controllers configured to handle the animations.FlowerAnimation/Sprites:
stores the sprites used in the animations.New Animator Controllers:
FlowerBlue.controller:
controls the basic animations for blue flowers.FlowerWhite.controller
: handles animations for white flowers.FlowersPetals.controller
: an additional controller to manage petal-specific animations.Viewing the animations:
Summary by CodeRabbit
New Features
BlueFlowerAnim
,FlowerAnim
,WhiteFlower
,PetalsV2
, andPetalsV3
.FlowerBlue
,FlowerWhite
,FlowersPetals
,PetalsV2Controller
, andPetalsV3Controller
.Assets
BlueFlower.png
,BlueFlowersPetals.png
,FlowerAnim.png
, andPetalosIzquierda.png
.Metadata Updates