Kizspy | Question: 10
(Choose 1 answer)
When using the Unity Console for debugging, what is the purpose of the LogWarning method?
A. It indicates a critical error that requires immediate attention.
B. It logs a warning message to the console, indicating a potential issue that should be addressed.
C. It prints a message to the console for informational purposes.
D. It pauses the execution of your code and displays a message in the Unity Editor.