Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.4.7
Issue ID
UVSB-807
Regression
No
Bolt and Ludiq both take a lot of time when Editor changes state
<p>I made deep profiling and found when I play the game or chane something is scripts Unity Editor reloads its app domain code base and Bolt's static initializers take very long time in such moments. Sometimes I forget what I wanted to check while waiting for Unity Editor moves to play state or while compilation is done. It would be great to optimize Editor part of Bolt. What if you make some tweak to disable Bolt's editor part leaving runtime part? It would help to speedup Unity Editor.</p>
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Resolution Note:
Original Issue|https://support.ludiq.io/communities/5/topics/2287-delay-in-entering-play-mode] - Fixed as part of Work in Bolt 2.
Lazlo Bonin (Lead Developer) 1 year ago
This is largely fixed in Bolt 2 Alpha 4 thanks for the new Odin serialization and a ton of optimizations to the plugin container.