Fix: Removed NetworkObject from Scene State Game Object [MTT-5234]#881
Fix: Removed NetworkObject from Scene State Game Object [MTT-5234]#881fernando-cortez merged 5 commits intodevelopfrom
Conversation
There was a problem hiding this comment.
Other scenes do need the NetworkObject for the scene state as far as I can see though. Please confirm if that is the case.
Can confirm that's the case!
Though I believe you should be able to just apply the change to the prefab instead, and not have to commit a scene modification.
|
Marking this one too as On Hold until this PR lands. |
True! I applied the change to the prefab now. What is the best way to remove a file change from a commit? (in this case the MainMenu.unity file) |
Description
I removed the NetworkObject component from the Main Menu Scene State Game Object as it does not need this one. Other scenes do need the NetworkObject for the scene state as far as I can see though. Please confirm if that is the case.
Issue Number(s)
MTT-5234
Contribution checklist