Debug Settings - Build Error?

You can wrap editor only tags around the debug settings class, if you're having build issues! :) This will make sure this code only runs in the editor.

#if UNITY_EDITOR

//DEBUG SETTINGS CODE

#endif

Last updated