FoleyX90

Results 1 issues of FoleyX90

If I execute: ``` if (Input.GetKeyDown(KeyCode.G)) { GameObject equippedPants = (GameObject)GameObject.Instantiate(Pants); wornPants = stitcher.Stitch(equippedPants, Avatar); GameObject equippedShoes = (GameObject)GameObject.Instantiate(Shoes); wornShoes = stitcher.Stitch(equippedShoes, Avatar); } ``` only the pants are equipped....