I want to be able by click on button 3D object to appear on scene …
1 Answer
1From 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.
Edited question
– AmazingDeveloper2