Project T, Journal Entry 7


Fixed column issue in script walkthrough projects. 

time I am guessing that it was at least 20 minutes till I realised that the issue was that I wrote false instead of true in Column Damage


private void OnCollisionEnter2D(Collision2D collision)

    {

        BulletHandler bullet = collision.gameObject.GetComponent<BulletHandler>();

        if (bullet != null)

        {

            columnParts.SetActive(true);

            gameObject.SetActive(false);

        }

    }

:((((

Files

Scripts3.zip 84 MB
Apr 18, 2023

Get Project T

Leave a comment

Log in with itch.io to leave a comment.