Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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
 
PREVIOUS NEXT
Tagged: #unity #reload #script #assemblies
ADD COMMENT
Topic
Name
6+2 =