Speeding up Reload Assemblies in Unity3D

Problem I ran into a problem with Unity 2021.3.x LTS where reloading assemblies was taking several minutes. This would happen when running automated tests, when entering play mode, and sometimes when making small code changes. These loading times are too slow to allow for the kinds of rapid iteration needed for productive game development. The […]