Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit c70aedf

Browse files
authored
Merge pull request #158 from Unity-Technologies/feature/readme-update
Add information about the new Accelerator to the readme
2 parents ab91d73 + 634459e commit c70aedf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This repository contains an open-source implementation of the Cache Server. This
77

88
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.
99

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+
1012
#### Table of Contents
1113
* [Server Setup](#server-setup)
1214
* [Install from npm registry](#install-from-npm-registry)
@@ -31,7 +33,7 @@ This open-source repository is maintained separately from the Cache Server avail
3133

3234
## Server Setup
3335

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/).
3537

3638
#### Install from npm registry
3739

0 commit comments

Comments
 (0)