Change missing default scene component log from error to warning #491
Closed
Mathiaszero
started this conversation in
Feature Request
Replies: 2 comments
-
This error is intentional as the component not functioning could cause breaking behavior for the developer. I do think it's worth adding an 'enabled' option that if not ticked will skip checks and simply stop the component from functioning. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Marking as added for the enabled toggle. Debug will remain an error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following error pops up in the log when the dev places a game object containing the default scene component that is not under the network manager: “NetworkManager not found on [game object containing default scene component] or any parent objects. DefaultScene will not work.”
I do not think this should be an error, but rather a warning for the player notifying that it is in a different location than the usual one. The game should be able to run fine just as if the player plays the game as if the component was never added in the first place.
Beta Was this translation helpful? Give feedback.
All reactions