You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-06-29 11:03:44 +00:00
feat!: optimize camera settings in overlay render mode
BREAKING CHANGE: the default value of `UIParticleProjectSettings.defaultViewSizeForBaking` has been changed from `10` to `1000`. In some cases, the appearance of certain effects may change.
This commit is contained in:
@@ -162,6 +162,7 @@ _This package requires **Unity 2019.3 or later**._
|
||||
### Breaking Changes
|
||||
|
||||
- The default value of `UIParticle.scale` has been changed from `10` to `1`.
|
||||
- The default value of `UIParticleProjectSettings.defaultViewSizeForBaking` has been changed from `10` to `1000`.
|
||||
- `UIParticle` no longer inherits from `MaskableGraphic`.
|
||||
- If you are installing via git URL, add `?path=Packages/src`.
|
||||
```json
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace Coffee.UIExtensions
|
||||
|
||||
[SerializeField]
|
||||
[Tooltip("Default view size for baking particle systems.")]
|
||||
private float m_DefaultViewSizeForBaking = 10;
|
||||
private float m_DefaultViewSizeForBaking = 1000;
|
||||
|
||||
public static float defaultViewSizeForBaking
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user