Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice

[RELEASED] Quick Load Script

Discussion in 'Assets and Asset Store' started by lccdx, Jan 16, 2024.

  1. lccdx

    lccdx

    Joined:
    Mar 9, 2023
    Posts:
    6
    Quick Load Script (Asset store)

    A tool to save time waiting for script reloads !

    Hello everyone, Quick Loading Script has been officially released.

    This tool is used to reduce compile and reload wait times.
    Modify some code, perform compilation and wait for reloading. Usually it takes a few seconds or more.
    Using this tool, it is easy to reduce the waiting time to one second, which will be a very nice experience.


    please watch the video to directly experience the effect of this tool.






    Simple Tutorial

    You can use any editor to write code. For convenience, the Nice Script Editor is used in the tutorial.



    This is for editor tool development


     
    Last edited: Jan 28, 2024
  2. lccdx

    lccdx

    Joined:
    Mar 9, 2023
    Posts:
    6
    Errors encountered and solutions

    If you also use “Nice Script Editor” in your project, and encountered: "PrecompiledAssemblyException: Multiple precompiled assemblies with the same name System.Threading.Task.Extension.dll ..."

    1.png

    Go to "Assets/Plugins/QuickLoadScript/Editor/Assemblies/Roslyn" and delete the dll in this folder.

    批注 2024-01-26 205231.png
     
    Last edited: Jan 26, 2024
  3. lccdx

    lccdx

    Joined:
    Mar 9, 2023
    Posts:
    6
    Shows how to easily use Quick Load Script in your game