com.unity.logging 1.2.0-exp.3
Source docsNotes: processedReleased November 14, 2023
Unity Compatibility
Minimum Unity: 2022.3 (11f1)
Package Dependencies
- com.unity.burst (1.8.8)
- com.unity.collections (2.4.0-exp.2)
📈 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.
