How can i add a gameobject configured already on a unity application without rebuild this?
Hello,
I'm working on a simple unity showroom application where you have a background and you can put in front of the background another object that you have configured before.
So, my questions are : 1/ i want built this game with web player or web GL for computer browser, and ios for iphone and ipad app. So, there is way to simply add object from a server without rebuild the application? How can i do this with unity?
2/ Is it possible to add a game object from server for two same app but working on different plateform?In my case computer and ios device.
Thanks a lot for the future answers and please excuse my approximative english.
Your answer
Follow this Question
Related Questions
How to load new scene contents based on a generated link from web? 0 Answers
Is it possible to change the online scene loaded by the network manager at runtime? 1 Answer
Synchronize scene loading networking 1 Answer
Application.LoadLevel(""); - doesn't load my Scene 1 Answer
Problem with instantiating objects using playerprefs when switching scenes 0 Answers