I am new to unity 3d world. I am making an AR app for android and iOS. I want to use unity to show 3d object in real world which is obviously via mobile camera. I am fetching data from server in the form of JSON via webservice/API. But that's not the problem, the problem is how can I create 3d object during runtime based on the JSON data. In the data, it will be define coordinates of x, y and z axis where on those I have to show 3D objects and this will change dynamically which is based on the JSON data. I need idea or hint how can I put those via coding with C#. Thank you.