You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
3.0.0-preview.23
# [3.0.0-preview.23](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.22...v3.0.0-preview.23) (2020-08-31)
### Bug Fixes
* the default value of IgnoreCanvasScaler is true ([966fae1](966fae1d22))
This commit is contained in:
@@ -60,11 +60,17 @@ namespace Coffee.UIExtensions
|
||||
AssetDatabase.ImportAsset(dst, ImportAssetOptions.ImportRecursive);
|
||||
}
|
||||
|
||||
[MenuItem("Assets/Samples/Import UIParticle Sample")]
|
||||
[MenuItem("Assets/Samples/Import UIParticle Demo")]
|
||||
static void ImportSample()
|
||||
{
|
||||
ImportSample("com.coffee.ui-particle", "Demo");
|
||||
}
|
||||
|
||||
[MenuItem("Assets/Samples/Import UIParticle Demo (Cartoon FX & War FX Demo)")]
|
||||
static void ImportSample_CFX()
|
||||
{
|
||||
ImportSample("com.coffee.ui-particle", "Cartoon FX & War FX Demo");
|
||||
}
|
||||
#endif
|
||||
|
||||
[MenuItem("GameObject/UI/Particle System (Empty)", false, 2018)]
|
||||
|
||||
Reference in New Issue
Block a user