AwixStudio / DisableAutoCompiler

Unity package for disabling default auto compilation on focus after code change.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DisableAutoCompiler is simple unity package for disabling default auto compilation on focus after code change.

How to install:

  1. In Unity open Package Manager. Window -> Package Manager.
  2. Click the Plus button.
  3. Select "add package from git URL"
  4. https://github.com/AwixStudio/DisableAutoCompiler.git#main
  5. Add.

How to use:

  1. Toggle package in Tools/Auto Compiler/Toggle.

image

  1. Disable asset refresh in preferences.

image

Manual compilation: Press (ctrl + r) for manual compilation.

Warning: Please keep in mind that this setting is shared between all projects on your machine. If you toggle compiler in one project it will be also toggled in other projects (even projects without this package).

About

Unity package for disabling default auto compilation on focus after code change.

License:MIT License


Languages

Language:C# 100.0%