I have written a script that uses Streaming Assets to load data from a CSV data file and creates a model of a supermarket fixture with all its products at runtime from the data, it is creating lots of textured cubes, is there a way to update the scene / screen before the script completes.
At the moment the script is assigned to the main camera
At the moment the screen is blank until the assets are created then it displays the finished model fine but I would like to display it being built, for example update the view every second
Hope I am making sconce this is my first major attempt with unity