This atom plugin force atom who you attach it to, to be completely destroyed, so next atom of same type will come from pool or created from scratch.
Very usefull if the atom gets corrupted somehow and need to be destroyed.
During my developing, especially manipulatin colliders, more than one time the atom had colliders ...ed up, in that case this plug-in is the only solution, against the "Hard reset".
NOTE: Everytime you "remove" an atom by common red button, it gets disabled and put into a pool of atoms, ready to be used again when an atom of same type is required.
This tecnique is vital to avoid memory allocation and waste of computational time but a corrupted atom in the pool means the next scene you load or next atom you "create" will bring that atom atom, with it's unsolved problems.
This plugin just mark this atom as not poolable., so on remove it get destroyed and not put in the atoms pool.
Very usefull if the atom gets corrupted somehow and need to be destroyed.
During my developing, especially manipulatin colliders, more than one time the atom had colliders ...ed up, in that case this plug-in is the only solution, against the "Hard reset".
NOTE: Everytime you "remove" an atom by common red button, it gets disabled and put into a pool of atoms, ready to be used again when an atom of same type is required.
This tecnique is vital to avoid memory allocation and waste of computational time but a corrupted atom in the pool means the next scene you load or next atom you "create" will bring that atom atom, with it's unsolved problems.
This plugin just mark this atom as not poolable., so on remove it get destroyed and not put in the atoms pool.