Example #1
0
    private void OnDestroy()
    {
        Transform parent = GameObject.FindGameObjectWithTag("Canvas").transform;

        ItemDropManager.ItemDrop(transform.position, Vector3.one, parent);
    }