[Unity Knowledge Tree] Unity Editor Acceleration Tips

Unity editor acceleration tips

 

  1. Scripts are not recompiled when running the game

Phenomenon: Every time you run the game, a box to reload the script will pop up, which will take a few seconds.

c174d6b0bb1e4cff883c8c9dec88233f.png

 

 

Tips for speeding up: Check Project Settings > Editor > Enter Play Mode Options.

3e9f7f2ab53c461495bca21c5ca22d99.png

 

 

If the script is not changed in the future, it will not be recompiled during runtime.

 

  1. Cancel unnecessary csproj script project files

The new version of Unity will generate a lot of csproj script project files by default, many of which are messy and completely unnecessary.

d00e1dbf007340fc96136e4a79530d65.png

 

 

Modification method:

Preferences > External Tools > Generate .csproj file.

Only Enbedded packages and Local Packages can be retained, and other projects can be unchecked.

96a4575977204671a3e53be458f28ebb.png

 

 

 

 

 

Guess you like

Origin blog.csdn.net/Angelloveyatou/article/details/126829124