Added
- New
ExitApplication
script - New
PauseApplication
script - New editor mesh debugger:
Window > Analysis > Mesh Debugger
- Behavior help URLs
Changed
- Refactored the
Compare<T>
class- Changed the
Compare.Test
function to two distinct functions:Compare.Equal
andCompare.NotEqual
- The generics are now applied to the functions instead of the class, i.e.,
Compare.Equal<int>
instead ofCompare<int>.Equal
- Changed the