You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-5Lines changed: 27 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,37 @@ And still now it can support only windows platform.
12
12
13
13
### Setup
14
14
15
-
Unzip a release zip file to your Unity project top-most directory.
15
+
Unzip [a release zip file](https://github.com/SaladbowlCreative/Unity3D.IncrementalCompiler/releases)
16
+
to your unity project top-most directory.
17
+
16
18
- When Unity 4.x, use IncrementalCompiler.Unity4.zip
17
19
- When Unity 5.x, use IncrementalCompiler.Unity5.zip
18
20
19
-
### Benchmark
21
+
A release zip has a plugin dll which should be put at Editor folder and
22
+
a few compiler related files which should be put at Compiler folder.
23
+
Following before and after screenshot will helps for understanding install location.
24
+
25
+

26
+
27
+
While an incremental compiler build your scripts, it saves log files to project/Temp
28
+
directory. With these log files, you can see how it works.
29
+
30
+

31
+
32
+
### Configuration
33
+
34
+
Basically this compiler works transparently but you can configure subtle details.
35
+
Check a configure file which is located at project/Compiler/[IncrementalCompiler.xml](https://github.com/SaladbowlCreative/Unity3D.IncrementalCompiler/blob/master/core/IncrementalCompiler/IncrementalCompiler.xml)
36
+
37
+
### More information
20
38
21
-
Brief [Benchmark](./docs/Benchmark.md)
39
+
-[Benchmark](./docs/Benchmark.md)
40
+
-[Under the hood](./docs/UnderTheHood.md)
22
41
23
42
### Related works
24
43
25
-
An integration part between unity3d and incremental compiler is based on
0 commit comments