-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
Sprite destruction effect #100
Comments
Hi @buihuuloc What is "destruction effect"? |
Hi |
Hmm... The effect is so cool, but not for UI. |
In this effect, Physics moves UI elements (with Rigidbody component). |
When dividing the mesh, it needs to be rendered as each mesh. |
When implementing for UI, the compromise is as follows.
|
|
I see. It can be implemented like a particle system. Implement the UIExplosion component as follows.
The nice thing about this implementation is "Canvas will not rebuild." |
Hi @mob-sakai
Have you ever think about this effect?
The text was updated successfully, but these errors were encountered: