Releases: James-Frowen/Mirage.Profiler
Releases · James-Frowen/Mirage.Profiler
v1.1.0-mirror.6
v1.1.0-mirror.5
v1.1.0-mirror.4
v1.0.3
v1.1.0-mirror.3
v1.1.0-mirror.2
v1.1.0-mirror.1
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2022-08-07)
Bug Fixes
- adding note about maybe missing NetworkProfilerBehaviour (91b2420)
- changing order to be int.max (4c40e61)
- clearing byte count at end of frame (f2270a8)
- disabling debug message by default (7f16136)
- enabling example bullet on server (ea15bf6)
- fixing client spawn in example (5ff2c0a)
- fixing crash when closing unity (cf2513a)
- fixing define to hide debug toggle (8d22bf7)
- fixing example auto connect (6b5163e)
- fixing example where field was not being used (4417cdc)
- fixing frame index for saved messages (49d9e70)
- fixing groups not un-expanding (196feae)
- fixing index out of range on first frame (036f104)
- fixing player count sample being skipped (740b4f8)
- fixing profier behaviour (53f0614)
- fixing ProfilerCounter (81344fe)
- fixing sort arrow not updated (3ced312)
- fixing unity skipping profiler frames becuase unity is buggy (f452ac4)
- init array with non-null elements (b3c3276)
- making example clients auto reconnect (cbf27b7)
- making header scroll Horizontally (5eac0f7)
- making message info fields serializable (81fb20d)
- naming debug name shorter (36f2d6a)
- removing debug logs (0bb90ef)
- removing prefix from summary labels (3841a9e)
- removing verbose log (0cfd3bf)
- scroll bar for table (af7c83b)
- setting max connections in example to 1000 (94d06ea)
- stoping sort mode going back to none (7745700)
- updating mirage for fix (e367c4a)
Features
- adding basic column sort (39d4519)
- adding object name column (239e069)
- adding option to group messages by type (2e5fc27)
- adding option to run example outside of editor (5a75b65)
- adding rpc name to message info (d90d842)
- adding rpc name to table (63722e2)
- adding shooting to example (6a86354)
- adding sorting for groups (2dec9a5)
- expandable groups for message types (001de86)
- first prerelease (7fbd8ce)
- first release (55b2b39)
- only showing rpc short name, full name in tooltip (9f71ae7)
- putting table header above scrollview (a7d52ff)
- returning saved message instead of ones from counter (6e894fa)
- saving group expanded in save data (70e4da9)
- saving message for frames (131257a)
- using sort from save data (6bded42)
- working save data for message table (0ab9197)
Performance Improvements
- replacing FindObjectOfType with reference given in setup (71e6712)