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
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ This repository contains an open-source implementation of the Cache Server. This
7
7
8
8
This open-source repository is maintained separately from the Cache Server available on the Unity website and the implementation of the Cache Server that is packaged with the Unity installer.
9
9
10
+
This version of the cache server does not support the new Asset Database Version 2 introduced in Unity 2019.3. For projects using the new Asset import pipeline, use the[Accelerator](https://blogs.unity3d.com/2019/09/11/speed-up-your-team-with-the-unity-accelerator/)
11
+
10
12
#### Table of Contents
11
13
*[Server Setup](#server-setup)
12
14
*[Install from npm registry](#install-from-npm-registry)
@@ -31,7 +33,7 @@ This open-source repository is maintained separately from the Cache Server avail
31
33
32
34
## Server Setup
33
35
34
-
Download and install LTS version 10.15.x of Node.js from the [Node.JS website](https://nodejs.org/en/download/).
36
+
Download and install LTS version 12.13.x of Node.js from the [Node.JS website](https://nodejs.org/en/download/).
0 commit comments