clilck on button

I want to be able by click on button 3D object to appear on scene …

Edited question

1 Answer

1

From what i can understand, you need a script with a function that uses Instantiate(Object original, Vector3 position, Quaternion rotation); to make an object appear on the scene. Then you need a UIButton which calls this function using the OnClick() events of the button.