Skip to content

Commit

Permalink
3.0.0-preview.16
Browse files Browse the repository at this point in the history
# [3.0.0-preview.16](mob-sakai/ParticleEffectForUGUI@v3.0.0-preview.15...v3.0.0-preview.16) (2020-08-12)

### Bug Fixes

* texture sheet animation module Sprite mode not working ([30d1d5d](mob-sakai/ParticleEffectForUGUI@30d1d5d)), closes [#79](mob-sakai/ParticleEffectForUGUI#79)
  • Loading branch information
LionelPerrault committed Aug 12, 2020
1 parent 7d76ab6 commit f9867e2
Show file tree
Hide file tree
Showing 14 changed files with 4,467 additions and 66 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.0.0-preview.16](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.15...v3.0.0-preview.16) (2020-08-12)


### Bug Fixes

* texture sheet animation module Sprite mode not working ([30d1d5d](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/30d1d5d3cc67234a8cd985e98f181aff2a8bd8ef)), closes [#79](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/79)

# [3.0.0-preview.15](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.14...v3.0.0-preview.15) (2020-08-11)


Expand Down
45 changes: 45 additions & 0 deletions Samples~/Demo/UIParticle_Demo.spriteatlas
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!687078895 &4343727234628468602
SpriteAtlas:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: UIParticle_Demo
m_EditorData:
serializedVersion: 2
textureSettings:
serializedVersion: 2
anisoLevel: 1
compressionQuality: 50
maxTextureSize: 2048
textureCompression: 0
filterMode: 1
generateMipMaps: 0
readable: 0
crunchedCompression: 0
sRGB: 1
platformSettings: []
packingSettings:
serializedVersion: 2
padding: 4
blockOffset: 1
allowAlphaSplitting: 0
enableRotation: 1
enableTightPacking: 1
variantMultiplier: 1
packables:
- {fileID: 2800000, guid: 077b84be6d052c34d933c79ef500be13, type: 3}
- {fileID: 2800000, guid: 925f66fdcc9764b579413b7408c718f2, type: 3}
totalSpriteSurfaceArea: 39725
bindAsDefault: 1
m_MasterAtlas: {fileID: 0}
m_PackedSprites:
- {fileID: 21300000, guid: 925f66fdcc9764b579413b7408c718f2, type: 3}
- {fileID: 21300000, guid: 077b84be6d052c34d933c79ef500be13, type: 3}
m_PackedSpriteNamesToIndex:
- Unity-chan
- Light_Frame
m_Tag: UIParticle_Demo
m_IsVariant: 0
8 changes: 8 additions & 0 deletions Samples~/Demo/UIParticle_Demo.spriteatlas.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Samples~/Demo/UIParticle_Demo_Atlas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
185 changes: 185 additions & 0 deletions Samples~/Demo/UIParticle_Demo_Atlas.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f9867e2

Please sign in to comment.