Skip to content

Boss and run VFX Optimizations #514

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

Merged
merged 1 commit into from
Mar 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Assets/BossRoom/VFX/Materials/FX_M_Tiling_Texture_03.mat
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Material:
- __dirty: 0
m_Colors:
- Color_8e2f4eba95c94467bc8a7e534d545e44: {r: 2.9960785, g: 2.9960785, b: 2.9960785, a: 1}
- Vector4_4b685ef7d8364ebe863c7e5e4849012a: {r: 1, g: 1, b: 3, a: 0}
- Vector4_4b685ef7d8364ebe863c7e5e4849012a: {r: 0.2, g: 1, b: 3, a: 0}
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 2.9960785, g: 2.9960785, b: 2.9960785, a: 1}
- _Color0: {r: 0.7490196, g: 0.7490196, b: 0.7490196, a: 0}
Expand Down
4 changes: 2 additions & 2 deletions Assets/BossRoom/VFX/Meshes/FX_Ms_Billboard.fbx.meta

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

14 changes: 7 additions & 7 deletions Assets/BossRoom/VFX/Meshes/FX_Ms_Ice.fbx.meta

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

14 changes: 7 additions & 7 deletions Assets/BossRoom/VFX/Meshes/FX_Ms_SlahsShape.fbx.meta

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

3 changes: 3 additions & 0 deletions Assets/BossRoom/VFX/Meshes/FX_Sphere.fbx
Git LFS file not shown
107 changes: 107 additions & 0 deletions Assets/BossRoom/VFX/Meshes/FX_Sphere.fbx.meta

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

10 changes: 5 additions & 5 deletions Assets/BossRoom/VFX/Meshes/FX_tank_shield.fbx.meta

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

4 changes: 2 additions & 2 deletions Assets/BossRoom/VFX/Meshes/Ms_HalfSphere.FBX
Git LFS file not shown
21 changes: 13 additions & 8 deletions Assets/BossRoom/VFX/Meshes/Ms_HalfSphere.FBX.meta

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

Original file line number Diff line number Diff line change
Expand Up @@ -5462,7 +5462,7 @@ ParticleSystem:
m_PostInfinity: 2
m_RotationOrder: 4
randomizeRotationDirection: 0
maxNumParticles: 1000
maxNumParticles: 3
size3D: 1
rotation3D: 1
gravityModifier:
Expand Down Expand Up @@ -18539,8 +18539,8 @@ ParticleSystem:
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minVertexDistance: 0.05
textureMode: 0
minVertexDistance: 1
textureMode: 1
ribbonCount: 1
shadowBias: 0.5
worldSpace: 0
Expand Down Expand Up @@ -24812,7 +24812,7 @@ ParticleSystem:
m_PostInfinity: 2
m_RotationOrder: 4
randomizeRotationDirection: 0
maxNumParticles: 1000
maxNumParticles: 3
size3D: 1
rotation3D: 1
gravityModifier:
Expand Down
Loading