Skip to content

6.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 04:42
· 96 commits to master since this release

6.1.0 (2024-05-20)

Features

  • Added new convenience button in all importer inspectors to open the file's profiler sample (036b214)

Performance Improvements

  • Deserializing json without a try-catch block to increase speed (b0cec83)
  • Dictionary allocations for the definition scriptable objects creation/caching, and skipping unnessesary ContainsKey (7604e9c)
  • Preallocating some more dictionaries (9a380fb)
  • Storing the JsonFile assets as byte[] instead of string (dbd0065)
  • Wrapped more profiler API calls with custom ones (b69cdf6)