Skip to content
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

Update UIParticle.cs to change default scale to Vector3.one #310

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cdanek
Copy link

@cdanek cdanek commented May 21, 2024

We've had some missteps with the default scaling of the particle system. Our VFX designer designs the particles but doesn't realize the default scale on the script is 10, and so has to go and do a lot of work editing the coefficients in the system (multiplying them all by 10) to get the VFX prefab to be correctly scaled.

Propose: The default value for scaling is Vector3.one instead of 10f.


name: Pull Request
about: Create a pull request
title: ''
assignees: mob-sakai


NOTE: Create a pull request to merge into develop branch

Hello - We've had some missteps with the default scaling of the particle system. Our VFX designer designs the particles but doesn't realize the default scale on the script is 10, and so has to go and do a lot of work editing the coefficients in the system (multiplying them all by 10) to get the VFX prefab to be correctly scaled.

Propose: The default value for scaling is Vector3.one instead of 10f.
@mob-sakai
Copy link
Owner

Sorry for the confusion regarding the scale.
As you suggested, it seems more natural for the default scaling to be "1".
This change is a breaking change and will be addressed in v5.

github-actions bot pushed a commit that referenced this pull request May 23, 2024
# [5.0.0-release-preview.1](v4.6.6...v5.0.0-release-preview.1) (2024-05-23)

### Features

* add project settings for UIParticle ([b6e6185](b6e6185))
* change the default value of `UIParticle.scale` from `10` to `1` ([1b3c0f9](1b3c0f9)), closes [#310](#310)
* UIParticle no longer inherits from MaskableGraphic ([b6d921b](b6d921b))

### BREAKING CHANGES

* Some members inherited from MaskableGraphic will no longer be available.
Copy link

🎉 This issue has been resolved in version 5.0.0-release-preview.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request May 23, 2024
# [5.0.0-release-preview.1](v4.6.6...v5.0.0-release-preview.1) (2024-05-23)

### Features

* add project settings for UIParticle ([b6e6185](b6e6185))
* change the default value of `UIParticle.scale` from `10` to `1` ([1b3c0f9](1b3c0f9)), closes [#310](#310)
* UIParticle no longer inherits from MaskableGraphic ([b6d921b](b6d921b))

### BREAKING CHANGES

* Some members inherited from MaskableGraphic will no longer be available.
github-actions bot pushed a commit that referenced this pull request May 23, 2024
# [5.0.0-preview.1](v4.6.6...v5.0.0-preview.1) (2024-05-23)

### Features

* add project settings for UIParticle ([b6e6185](b6e6185))
* change the default value of `UIParticle.scale` from `10` to `1` ([1b3c0f9](1b3c0f9)), closes [#310](#310)
* UIParticle no longer inherits from MaskableGraphic ([b6d921b](b6d921b))

### BREAKING CHANGES

* Some members inherited from MaskableGraphic will no longer be available.
Copy link

🎉 This issue has been resolved in version 5.0.0-preview.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request May 23, 2024
# [5.0.0-preview.1](v4.6.6...v5.0.0-preview.1) (2024-05-23)

### Features

* add project settings for UIParticle ([b6e6185](b6e6185))
* change the default value of `UIParticle.scale` from `10` to `1` ([1b3c0f9](1b3c0f9)), closes [#310](#310)
* UIParticle no longer inherits from MaskableGraphic ([b6d921b](b6d921b))

### BREAKING CHANGES

* Some members inherited from MaskableGraphic will no longer be available.
github-actions bot pushed a commit that referenced this pull request Jun 27, 2024
# [5.0.0-preview.1](v4.8.0...v5.0.0-preview.1) (2024-06-27)

### Features

* add project settings for UIParticle ([945574d](945574d))
* change the default value of `UIParticle.scale` from `10` to `1` ([8f4fad9](8f4fad9)), closes [#310](#310)
* UIParticle no longer inherits from MaskableGraphic ([4dd534c](4dd534c))

### BREAKING CHANGES

* Some members inherited from MaskableGraphic will no longer be available.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants