Answers for "unity reload script assemblies"

0

unity reload script 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
Posted by: Guest on March-24-2021

Browse Popular Code Answers by Language