Skip to content

Instantly share code, notes, and snippets.

@gordeev-dmitry
Created February 18, 2022 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gordeev-dmitry/f6f20ace7ff5492a3c65b0078de3b480 to your computer and use it in GitHub Desktop.
Save gordeev-dmitry/f6f20ace7ff5492a3c65b0078de3b480 to your computer and use it in GitHub Desktop.
Object Pool destroy object
void OnDestroyPoolObject(GameObject pooledGameObject)
{
Destroy(pooledGameObject);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment