기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
    • Server configuration
    • Client configuration
    • Manage On-Prem licenses
    • Stop, start, or restart server
    • Server administration console
    • Configure UVCS
      • Server configuration files
      • Configure lock rules
      • Merge rules
      • Configure file compression
      • Proxy servers
      • Use a proxy server
      • Support alternative connections to a server
      • Configure repository storage
    • Use server read-only mode
    • Back up and restore data
    • Archive revisions
    • Force client upgrades
    • SSL certificates
    • GitServer
    • Use SAML authentication with Microsoft Entra
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Use a proxy server

Use a proxy server to help you balance traffic between two machines.
읽는 시간 2분
최근 업데이트: 10달 전

You can use a proxy server with Unity Version Control (UVCS) to help you balance traffic between two machines. For more information, refer to Proxy servers.
The UVCS proxy server is bundled as a sub command of the UVCS server executable file.
To start the proxy, run
plasticd proxy
.

Windows operations

The following operations are available with the
plasticd proxy
sub command:
  • Install the proxy service:
    plasticd proxy --installservice
    .
  • Start the proxy service:
    plasticd proxy --start
    .
  • Stop the proxy service:
    plasticd proxy --stop
    .
  • Restart the proxy service:
    plasticd proxy --restart
    .
  • Print the status of the proxy service:
    plasticd proxy --status
    .
  • Stop and uninstall the proxy service:
    plasticd proxy --uninstallservice
    .

Configure the proxy server

To configure your proxy server, you can edit the configuration file.
You can find the
plasticcached.network.conf
file in the
\PlasticSCM5\server\config_samples
directory:
[ { "port": 8085, "type": "tcp", "security": "none" }]

Configure the clients

UVCS clients need to configure the proxy server:
  1. Select Preferences from the context menu.
  2. Check the Use a Proxy server box and enter the proxy server name in
    server:port format
    . By default, the port is 8085.
  3. Select Connect to verify the connection is ready.
  4. Select OK.

Cache data from UVCS cloud

To cache data from the cloud, install a Proxy (and your client too if you use encrypted data in the Cloud) and start to cache data.
You can limit the size of the on-disk cache.

Configure the disk cache limit

To configure the disk cache limit, edit the
MaxCacheSizeInGb
setting in the
plasticcached.conf
file. For example, the following value ensures that the proxy cache size doesn’t exceed 20.5 GB.
<PlasticCacheConf> <MaxCacheSizeInGb>20.5</MaxCacheSizeInGb></PlasticCacheConf>
A value of 0 disables the limit.
참고
For more information on proxy storage and how the UVCS monitors storage with the log file, refer to proxy storage.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Windows operations

    • Configure the proxy server

    • Configure the clients

    • Cache data from UVCS cloud

      • Configure the disk cache limit


이 페이지의 문제 보고