Skip to content

Feature/26 uniform scale for particles#37

Merged
AristurtleDev merged 2 commits into
developfrom
feature/26-uniform-scale-for-particles
Mar 25, 2026
Merged

Feature/26 uniform scale for particles#37
AristurtleDev merged 2 commits into
developfrom
feature/26-uniform-scale-for-particles

Conversation

@AristurtleDev

Copy link
Copy Markdown
Contributor

Description

Adds a Uniform toggle to the Scale release parameter when Kind is set to Random. Without this, X and Y scale are sampled independently, meaning particles can receive non uniform aspect ratios even when the range appears symmetric. When Uniform is enabled, both axes share the same sampled value

Related Issues/Tickets

Changes Made

  • PropertyTable.cs: updated ReleaseParameter(ref ParticleVector2Parameter) to show a Uniform checkbox in the Random branch.

Checklist

  • I have verified that there are no existing pull requests that would overlap with this pull request.
  • I have verified that I am following the guidelines as outlined in this project's contribution policy
  • I have verified that this pull request adheres to this project's code of conduct.
  • I have written a descriptive title for this pull request.
  • I have provided appropriate test coverage were applicable.

@AristurtleDev AristurtleDev self-assigned this Mar 25, 2026
@github-actions github-actions Bot added Area: Configuration Config files, settings Platform: Cross-platform All platforms Status: Review Needed Ready for code review Type: Feature New functionality labels Mar 25, 2026
@AristurtleDev
AristurtleDev merged commit e5553b9 into develop Mar 25, 2026
1 check passed
@AristurtleDev
AristurtleDev deleted the feature/26-uniform-scale-for-particles branch March 25, 2026 18:42
@github-actions github-actions Bot added Status: Completed Work finished and removed Status: Review Needed Ready for code review labels Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Configuration Config files, settings Platform: Cross-platform All platforms Status: Completed Work finished Type: Feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Toggle to make the random for scale maintain an aspect ratio.

1 participant