PO/Library/PackageCache/com.unity.collab-proxy@1.9.0/Editor/Collaborate
Залетов Федор 573b3fda65 Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
..
Assets Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Common Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Components Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Models Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Presenters Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Properties Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Settings Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
UserInterface Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Utilities Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Views Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Assets.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Common.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Components.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Models.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Presenters.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Properties.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
README.md Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
README.md.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Settings.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Unity.CollabProxy.Editor.asmdef Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Unity.CollabProxy.Editor.asmdef.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
UserInterface.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Utilities.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Views.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00

README.md

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