Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.1p1
Issue ID
760234
Regression
No
Cache Server uses old version of Node.js (0.6.6)
Steps to reproduce:
1. Download the cache server from our site (http://unity3d.com/unity/collaboration/)
2. Extract the downloaded package
3. Navigate to one of the 'builds' folder
4. Notice that it uses a very old version of node.js (0.6.6 to be exact)
Workaround: Download newer version of node.js (currently newest is 4.2.4) from their official page (https://nodejs.org/en/download/) and replace it with the one used by cache server (also, the obsolete method "path.existsSync" should be replace with "fs.existsSync" in the scripts)
There is also a 64-bit version, which we should use to prevent out of memory problems.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [VFX Graph] Base Color Map Inconsistency between Lit and Unlit Ouput
- [HDRP] Water is using the wrong depth when calculating absorption for alpha clipped transparents with depth prepass enabled
- [VFX Graph] Emissive isn't working with Decal output
- Gizmos are not drawn in Game view and Render Graph Execution errors are shown when stacked Overlay Camera is used and 'Compatibility Mode' is disabled
- Crash on WalkTypeTreeInternal when selecting the Texture of a specific FBX
Add comment