#ChangeLog
-
- Updated dependency
com.cobilas.unity.utility
to version2.10.3
.
- Updated dependency
-
- This update includes bug fixes and new features that do not directly impact this package.
-
- The sub-dependency
com.cobilas.unity.core.net4x@1.4.1
was made explicit in the package dependencies.
- The sub-dependency
A change in package dependencies.
- Package dependencies have been changed.
- The
com.unity.editorcoroutines
dependency has been added. - The private static method
IEnumerator DebugConsole.WriteDebugLog(string, float);
to write DebugLogger to the Editor.
- Package dependencies have been changed.
- The package author was changed from
Cobilas CTB
toBélicusBr
.
###Fixed
- The
Cobilas.Unity.Utility
namespace used in theDebugConsole
class has been removed from the editor code.
- The
Cobilas.Unity.UtilityConsole
namespace was replaced byCobilas.Unity.Utility.Console
.
- The method
string:DebugConsoleWin.ColoredText(DebugLogger)
was commented out as not being used. - The fields of the
DebugLogger
class were marked asreadonly
.
- Released to GitHub