|
i am trying to figure out how to implement streaming into my project. i was wondering is it possible to have different scenes in project that will have different sets of objects and they could be streamed when i need them? ofcourse that could be done, but i have some questions. 1.the size of the build? is going to be veeeeery big, or the size will not be that big because they will be streamed anyways. 2.i will have many objects in the core scene, like camera, lights, 3d interface that will be used in other scenes, does every object need to have DontDestroyOnLoad? 3.so, if the new scene is loaded (streamed) and then i want another one to be streamed but then i dont want the previous one that was streamed to be destroyed, so that means that every object in the project need to have DontDestroyOnLoad() in the Awake()? any help appreciated! thanks!
(comments are locked)
|
basically i am trying to build not so simple viewer for objects that i have. so i want to keep all objects in the scenes that i would stream when needed. that is what i want to do. the level that will be first loaded is the one that has camera and other things that will are used in all scenes. other scenes are just objects that i need to show. so for example i have a car, the first thing that i will load when app starts is outer part of the car, then i would have gui that will have the list of other objects that should be loaded when user clicks them, that are in separate scenes. is that ok?
Jul 29 '10 at 01:44 PM
pretender
(comments are locked)
|
