First off, I’m new to unity, I’m a software engineer and I’ve done a bit of graphics before and made simple games, all in code though importing models directly.
I am not creating a game but need the web player to display a model that can be navigated so unity seems like the tool to use. This model is made up of several thousand very simple objects; a few polygons each.
At run time I need to check each object against some data that I will fetch to choose a colour for each one. My understanding is that I can add a script to an object,
But really what Id like is to run a function once for every object on startup and then leave it. Is this possible?