Documentation

​
​

Development

User Acquisition

Monetization

Industry

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
    • Migrate from Git
    • Migrate from Perforce
    • Version Control settings
    • Configure the client
    • Version Control workflow
    • Version Control tools
      • Enable dynamic workspaces (Windows)
      • Create a label
      • Create an attribute
      • Create a mergebot
      • Use Smart Locks
      • Use Xlinks
      • Use Unity Samples
      • Use triggers
      • Transfer project to a different organization
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Enable dynamic workspaces (Windows)

Enable dynamic workspaces on Windows.
Read time 2 minutes
Last updated 10 months ago

Note
Dynamic workspaces are currently only available on Windows operating systems.
PlasticFS is the executable that runs for dynamic workspaces. For more information about dynamic workspaces, refer to the introduction to dynamic workspaces. To enable PlasticFS for in the Unity Version Control (UVCS) desktop application:
  1. In the settings menu, select Preferences > Dynamic Workspaces.
  2. If dynamic workspaces are turned off, select Turn on to enable PlasticFS.
  3. Select Yes to install WinFSP, a critical component to develop filesystems in userspace.
  4. UVCS automatically tries to install PlasticFS on your user startup group. If successful, UVCS displays the following dialog:
    The dialog that displays to inform you that PlasticFS will automatically start up when you log in.

    The dialog that displays to inform you that PlasticFS will automatically start up when you log in.

After you enable dynamic workspaces, you can select a Make this workspace dynamic (alpha) checkbox when you create a new workspace.

Disable dynamic workspaces

To disable dynamic workspaces, right-click the PlasticFS icon in the system tray and select Exit.

Manually enable dynamic workspaces

To enable dynamic workspaces, you need a Unity Version Control (UVCS) installation:
  1. Navigate to your UVCS client binaries directory (
    c:\program files\plasticscm5\client
    ).
  2. Run
    plasticfs.exe
    .
  3. Select Yes to install WinFSP, a critical component to develop filesystems in userspace.
After you start
plasticfs.exe
, you can create a dynamic workspace from the command line if you check the
cm workspace create --dynamic
.

Start
plasticfs
automatically on startup

  1. Press Windows logo key+R.
  2. Type
    shell:startup
    and select OK.
  3. Create a shortcut to your
    plasticfs
    file (
    c:\program files\plasticscm5\client\plasticfs.exe
    ) under
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    .

Additonal resources

  • Refer to the introduction to dynamic workspaces for more information on how dynamic workspaces work and why you might want to use them.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Disable dynamic workspaces

    • Manually enable dynamic workspaces

      • Start plasticfs automatically on startup

    • Additonal resources


Report a problem with this page