Answers for "Instantiate ui"

0

Instantiate ui

GameObject button = Instantiate(Resources.Load("UI/Dialogue/Button"), new Vector3(0, 0, 0), Quaternion.identity, MyCanvas.transform) as GameObject;
Posted by: Guest on May-16-2021

Browse Popular Code Answers by Language