Update README.md

This commit is contained in:
Nakano Yosuke 2020-10-07 02:14:32 +09:00 committed by GitHub
parent d91939562b
commit 993c60ca6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,10 +39,18 @@ Refresh .sln/.csproj in your project.
I referred to this: [[SOLVED] Unity not generating .sln file from Assets > Open C# Project I referred to this: [[SOLVED] Unity not generating .sln file from Assets > Open C# Project
](https://forum.unity.com/threads/solved-unity-not-generating-sln-file-from-assets-open-c-project.538487/) ](https://forum.unity.com/threads/solved-unity-not-generating-sln-file-from-assets-open-c-project.538487/)
## Compile Locker
Lock unity editor compile to edit asmdef.
[Window] > [Asmdef Helper] > [Compile Lock]
* When checked, unity editor compile is stop.
I referred to this: [decoc/CompileLocker.cs](https://gist.github.com/decoc/bde047ac7ad8c9bfce7eb408f2712424)
___ ___
## Environment ## Environment
Unity 2019.3.12f1 Unity 2020.1.6f1
This library use unity internal class, so may be not work (or couse build error) depending your unity vresion. This library use unity internal class, so may be not work (or couse build error) depending your unity vresion.