Hi all
I have been tasked with creating the earth and yesterday, thats how it is.
basically boss wants a multiple boston matrix graphs. i was wondering if anyone had done this already? J
just trying to save my self a ball ache and a lot of time or if anyone know of a graphics assets that does this type of graph already.
it does i know this but client has requested it (yeay …)
side note we can’t import the excel dll and utilise that as the end machine may not have excel on it
your right i agree it would be ideal to spawn a webpage to do this, if only it was that easy.
The whole application is in unity as is the VERY sensitive coperate data that is not allowed offsite (this makes testing a bit awkward) or connections to internet… has to be all self contained.
So unfortunately it is a graph in unity that needs to be created… i will whip something up (eventually, its at the bottom of a big todo list) and then share it.
This seems pretty simple, grab the ‘Shapes’ package from the Asset store (optional but its fast, and nice looking) and then you position based on two axis and size based on a third. Maybe I am missing something but the core of this seems like its about 5-10 lines of code.
(Of course scaling, interactive controls, reading data, etc, will add more lines of code, but I can’t see anything difficult about it)