com.unity.logging 1.2.0-exp.3

com.unity.logging

Source docs
Notes: processedReleased November 14, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (11f1)

Package Dependencies

📈 Improvements

  • The minimum supported editor version is now 2022.3.11f1

🔧 Bug Fixes

  • Fixed an issue where using format specifiers would lead to invalid JSON (e.g. using a format specifier that adds leading zeros to a number). Properties are simply not formatted anymore in the JSON objects.
  • Fixed an issue where logging a string that contains braces to the Unity console would result in FormatException being thrown.
  • You can now call Dispose on a deleted Logger object without it throwing an exception.