Using particle shaders in Godot a pixel perfect disintegration effect can be created, here’s an overview of how to create an Undertale like death effect:
This same technique can be used to create a variety of disintegration effects by adding noise and changing the particle properties
The process can be followed to create a similar effect starting from any particles material. The full process with source code can be found in the github repository.