Unity Reload Skrip Assemblies

If you edit your scripts while running the Unity Editor in play mode, it will recompile your scripts and then try to hot-reload the newly compiled assemblies (ie. switch over to the new code without leaving play mode). In order to do this the editor will: Serialize all the objects in the hierarchy
CODE WITH SAM