Release Notes

Public

11.0.16.9832: Dec 04 2025

New

All platforms – Plugin for JetBrains IDEs: Unity Version Control Plugin Rebranding

The plugin has been rebranded from Plastic SCM to Unity Version Control, reflecting the evolution of the version control system. This update brings a fresh identity and improved consistency across all Unity tools.

What's Changed:

* Plugin Name: The plugin is now called "Unity Version Control" (previously "Plastic SCM Integration"), aligning with JetBrains Marketplace guidelines and providing a clearer, more concise name.

* Visual Identity: Updated plugin logo and icons to match the current Unity Version Control branding, providing a consistent visual experience.

* User Interface: All menu entries, context menus, dialog titles, and user-facing messages now display "Unity Version Control" instead of "Plastic SCM" throughout the plugin interface.

* Bundle Name: The plugin bundle has been renamed from plastic4intellij-X.Y.Z.zip to unity-version-control-X.Y.Z.zip . The plugin remains in the same location, but if you have any scripts or automated processes that reference the old bundle name, you'll need to update them accordingly.

* Automatic Project Migration: Existing projects configured with Plastic SCM are automatically migrated to Unity Version Control during plugin startup.

* Plugin Version: Upgraded to version 2.1.0 to reflect the significance of this rebranding update.

All functionality remains the same—this is purely a rebranding update. Your workflows, settings, and project configurations will continue to work exactly as before.

Bug

All platforms – Plugin for JetBrains IDEs: Random PluginException during plugin startup

Fixed a random PluginException that occurred during plugin startup when IntelliJ's VcsOperationLog tried to deserialize VcsOperation instances. The error was caused by default constructors passing null project arguments, which violated @NotNull constraints.

Bug

All platforms – Plugin for JetBrains IDEs: Clone repository dialog shows "!NullReference:text_key" when opened from Rider Welcome view

The plugin now ensures localization is properly initialized when requesting the UVCS clone component, allowing the clone repository dialog to load all texts correctly when accessed from the Rider Welcome view.

Bug

All platforms – Plugin for JetBrains IDEs: Rollback operation fails to undo folder movements

The rollback operation now correctly undoes both folder movements and file modifications. Previously, when rolling back changes after moving a controlled folder and modifying a child file, only the file changes were reverted while the folder movement remained.

Bug

All Platforms - Desktop GUI: Incorrect file status icons in Workspace Explorer

Fixed an issue where file status icons in Workspace Explorer displayed incorrectly when using a dynamic workspace. The icons could appear mismatched after switching views or refreshing. The update ensures the correct status is shown consistently by refreshing the relevant cells when file or status information changes.

Bug

All Platforms - Desktop GUI: Fixed freeze when diffing branches in encrypted repositories

Resolved an issue that caused the GUI to hang when diffing a branch without a configured encryption key. The operation now proceeds normally after the user enters the key in the prompt.