-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Labels
type:feedbackIssue contains feedback and not specific bug or feature requests.Issue contains feedback and not specific bug or feature requests.
Description
Feedback
Everything is hidden behind internal methods and fields. If we don't fit within the expected pattern, then we have to fight against everything, doing reflection call and so on. Right now, Netcode is less flexible than UNet.
Suggested Changes
Every pieces of Netcode should be self-contained and never call other pieces by themselves. We should assemble those pieces by ourselves or have the possibility to do it. For example, the NetworkSceneManager should NEVER be called automatically. We should call it when it's the right moment.
Metadata
Metadata
Assignees
Labels
type:feedbackIssue contains feedback and not specific bug or feature requests.Issue contains feedback and not specific bug or feature requests.