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
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
- m_Modifications block serializes incorrectly when replacing source prefabs
Add comment