Hi everybody,
When I change options in the Player Settings (in Debug mode) , a lot of errors appear in the console.
See screenshot
Unity Free 4.3.4
Everything works, but it is a little strange because errors appear even if I move the slider.
Hi everybody,
When I change options in the Player Settings (in Debug mode) , a lot of errors appear in the console.
See screenshot
Unity Free 4.3.4
Everything works, but it is a little strange because errors appear even if I move the slider.
The Debug mode does not use the normal editor for the object being inspected, but instead it uses the SerializedObject and SerializedProperty classes to draw the UI in the inspector. It’s possible that because of the complexity of the PlayerSettings, there is one or more items that cannot be shown correctly using the default UI rendering. You can read more about the Debug mode here:
Of course in the ideal world this error should not show up. You can subimt a bug report if you like following the guide here : http://unity3d.com/BugReportingFAQ