Hello,
we want to develop a tabletop game for the Hololense. The logic runs completely on a server. Unity and the Hololense are just for the illustration.
I have to design and connect the units with the Server-Logic. Unfortunately, I am still a Novice programmer. So my question: I get a JSON object from the server. It will be converted into a C# object in our client. This object contains all the information about my unit. How can I assign this data to my model in unity?
I think the solution is very simple, but i stuck at this point.
Thank you