Unity-Technologies / com.unity.netcode.gameobjects

Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
MIT License
2.15k stars 436 forks source link

Loading scenes from addressales #3050

Open Yuze075 opened 2 months ago

Yuze075 commented 2 months ago

I am developing an online game using Netcode and addressales, but Netcode cannot load scenes from addressales, which will affect my game development to some extent.

For this reason, I searched the current repository and found four items related to this feature in Issues(#423 #2868 #1593 #1952 ). Although a possible solution was demonstrated in #423 , with the Netcode version update, ISceneManagerHandler can no longer be implemented externally. The other three issues did not directly address whether this requirement will be implemented

So I would like to know if this requirement is included in future plans, and if the feature of loading scenarios from addressales can be added in future versions of development, which may affect my current development direction. Thank you!

qjonathan commented 1 month ago

Not possible since which version? I havent updated to 1.10, 1.11 yet but using those solutions I am still doing it in 1.9

LightPat commented 1 month ago

This is absolutely possible with custom scene management. I am currently using it in my project

https://docs-multiplayer.unity3d.com/netcode/1.11.0/basics/scenemanagement/scene-management-overview/