MWS/voxelSpace/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor
2021-09-16 19:44:41 +02:00
..
Assets cw5 2021-09-16 19:44:41 +02:00
Common cw5 2021-09-16 19:44:41 +02:00
Components cw5 2021-09-16 19:44:41 +02:00
Models cw5 2021-09-16 19:44:41 +02:00
Presenters cw5 2021-09-16 19:44:41 +02:00
Properties cw5 2021-09-16 19:44:41 +02:00
Settings cw5 2021-09-16 19:44:41 +02:00
UserInterface cw5 2021-09-16 19:44:41 +02:00
Utilities cw5 2021-09-16 19:44:41 +02:00
Views cw5 2021-09-16 19:44:41 +02:00
Assets.meta cw5 2021-09-16 19:44:41 +02:00
Common.meta cw5 2021-09-16 19:44:41 +02:00
Components.meta cw5 2021-09-16 19:44:41 +02:00
Models.meta cw5 2021-09-16 19:44:41 +02:00
Presenters.meta cw5 2021-09-16 19:44:41 +02:00
Properties.meta cw5 2021-09-16 19:44:41 +02:00
README.md cw5 2021-09-16 19:44:41 +02:00
README.md.meta cw5 2021-09-16 19:44:41 +02:00
Settings.meta cw5 2021-09-16 19:44:41 +02:00
Unity.CollabProxy.Editor.asmdef cw5 2021-09-16 19:44:41 +02:00
Unity.CollabProxy.Editor.asmdef.meta cw5 2021-09-16 19:44:41 +02:00
UserInterface.meta cw5 2021-09-16 19:44:41 +02:00
Utilities.meta cw5 2021-09-16 19:44:41 +02:00
Views.meta cw5 2021-09-16 19:44:41 +02:00

Unity Collaborate Editor Package Code

In this directory, we have all of the package code of Collaborate including its MVP architecture.

Overview

This is the structure of the directory:

<root>
  ├── Unity.SourceControl.asmdef
  ├── Assets/
  │   ├── Icons/
  │   ├── Layouts/
  │   ├── Styles/
  │   └── UiConstants.cs
  ├── Models/
  │   ├── Api/
  │   │   └── ISourceControlProvider.cs
  │   └── Providers/
  │       └── Collab.cs
  ├── Views/
  │   └── Adaptors/
  ├── Presenters/
  ├── Common/
  ├── Settings/
  ├── Components/
  ├── Utilities/
  └── UserInterface/
      ├── Bootstrap.cs
      ├── WindowCache.cs
      ├── ToolbarButton.cs
      └── CollaborateWindow.cs