Commit b90f79c
committed
v1.0.6
### Additions
- Added `IsMemoryAligned<T>(T* address)` to `Assert`
- UNITY ONLY: Added a simple editor extension at "Window/C# Dev Tools/Manage Safety Checks..." which enables users to enable/disable safety checks one by one or alltogether
### Changes
- API BREAKING CHANGE: Renamed the 'Log' class to 'Dump'
### Fixed Oversights
- Added a check whether or not the supplied 'numEntries' parameter is 0 to 'Assert.IsValidSubarray'1 parent 1994603 commit b90f79c
File tree
8 files changed
+488
-110
lines changed- Unity/Editor
8 files changed
+488
-110
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
0 commit comments