Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.1.0](6.0.1...6.1.0) (2024-05-20) ### Features * Added new convenience button in all importer inspectors to open the file's profiler sample ([036b214](036b214)) ### Performance Improvements * Deserializing json without a try-catch block to increase speed ([b0cec83](b0cec83)) * Dictionary allocations for the definition scriptable objects creation/caching, and skipping unnessesary ContainsKey ([7604e9c](7604e9c)) * Preallocating some more dictionaries ([9a380fb](9a380fb)) * Storing the JsonFile assets as byte[] instead of string ([dbd0065](dbd0065)) * Wrapped more profiler API calls with custom ones ([b69cdf6](b69cdf6))
- Loading branch information