ProjektMWS/Projekt MWS/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor
2021-06-28 19:31:12 +02:00
..
Assets Initial commit 2021-06-28 19:31:12 +02:00
Common Initial commit 2021-06-28 19:31:12 +02:00
Components Initial commit 2021-06-28 19:31:12 +02:00
Models Initial commit 2021-06-28 19:31:12 +02:00
Presenters Initial commit 2021-06-28 19:31:12 +02:00
Properties Initial commit 2021-06-28 19:31:12 +02:00
Settings Initial commit 2021-06-28 19:31:12 +02:00
UserInterface Initial commit 2021-06-28 19:31:12 +02:00
Utilities Initial commit 2021-06-28 19:31:12 +02:00
Views Initial commit 2021-06-28 19:31:12 +02:00
Assets.meta Initial commit 2021-06-28 19:31:12 +02:00
Common.meta Initial commit 2021-06-28 19:31:12 +02:00
Components.meta Initial commit 2021-06-28 19:31:12 +02:00
Models.meta Initial commit 2021-06-28 19:31:12 +02:00
Presenters.meta Initial commit 2021-06-28 19:31:12 +02:00
Properties.meta Initial commit 2021-06-28 19:31:12 +02:00
README.md Initial commit 2021-06-28 19:31:12 +02:00
README.md.meta Initial commit 2021-06-28 19:31:12 +02:00
Settings.meta Initial commit 2021-06-28 19:31:12 +02:00
Unity.CollabProxy.Editor.asmdef Initial commit 2021-06-28 19:31:12 +02:00
Unity.CollabProxy.Editor.asmdef.meta Initial commit 2021-06-28 19:31:12 +02:00
UserInterface.meta Initial commit 2021-06-28 19:31:12 +02:00
Utilities.meta Initial commit 2021-06-28 19:31:12 +02:00
Views.meta Initial commit 2021-06-28 19:31:12 +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