简体   繁体   中英

Additive Scene loading in Unity Networking

I have a main scene where my player is loading as i start or join server. On some action of the player i want to load additive scene in my main scene which is loading fine on the client but not across the network. My other clients are unable to watch it. I checked different links here and I also found this unity Feedback page it seems to me that this( ADDITIVE SCENE LOADING TO UNET ) feature is not available in unity. Can anyone confirm that additive scene loading in unet is not available then what the alternative?

Additive scene loading is not available in unet. The alternative would be trying to replicate it by network instantiating things. This might be computer intensive, and definitely tedious, but you could instantiate all the objects in the other scene manually if it came to that. That is the only option as far as I'm aware. Maybe photon has an additive option

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM