-
Notifications
You must be signed in to change notification settings - Fork 457
refactor: Migrate menu settings to project settings [MTT-5001] #2285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Migrate menu settings to project settings [MTT-5001] #2285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Design-wise, it's a good direction I think but as it stands today, I wonder if it'd worth fragmenting "network settings" UX into 2 parts just for these options instead of keeping them under the still required NetworkManager inspector interface only.
Hmmm... interesting. I am all for migrating common settings outside of the NetworkManager UX. |
…-Technologies#2285) * update Migrated the multiplayer tools install reminder over to the new Netcode for GameObjects settings. Deleted the UITestHelpers class completely as it is no longer needed.
This just moves the two netcode menu settings over to Netcode for GameObjects in project settings.
MTT-5001
Changelog
NetworkObject
auto-add helper and Multiplayer Tools install reminder settings to Project Settings.NetworkObject
auto-add and Multiplayer Tools install reminder settings from the Menu interface.Testing and Documentation