bcirpggithubmirror/GameEngineResearch/ErpgUnity3d/Library/PackageCache/com.unity.collab-proxy@1.3.8/Editor
2021-02-02 20:59:14 -07:00
..
Assets Adding template 2021-02-02 20:59:14 -07:00
Common Adding template 2021-02-02 20:59:14 -07:00
Components Adding template 2021-02-02 20:59:14 -07:00
Models Adding template 2021-02-02 20:59:14 -07:00
Presenters Adding template 2021-02-02 20:59:14 -07:00
Properties Adding template 2021-02-02 20:59:14 -07:00
Settings Adding template 2021-02-02 20:59:14 -07:00
UserInterface Adding template 2021-02-02 20:59:14 -07:00
Utilities Adding template 2021-02-02 20:59:14 -07:00
Views Adding template 2021-02-02 20:59:14 -07:00
Assets.meta Adding template 2021-02-02 20:59:14 -07:00
Common.meta Adding template 2021-02-02 20:59:14 -07:00
Components.meta Adding template 2021-02-02 20:59:14 -07:00
Models.meta Adding template 2021-02-02 20:59:14 -07:00
Presenters.meta Adding template 2021-02-02 20:59:14 -07:00
Properties.meta Adding template 2021-02-02 20:59:14 -07:00
README.md Adding template 2021-02-02 20:59:14 -07:00
README.md.meta Adding template 2021-02-02 20:59:14 -07:00
Settings.meta Adding template 2021-02-02 20:59:14 -07:00
Unity.CollabProxy.Editor.asmdef Adding template 2021-02-02 20:59:14 -07:00
Unity.CollabProxy.Editor.asmdef.meta Adding template 2021-02-02 20:59:14 -07:00
UserInterface.meta Adding template 2021-02-02 20:59:14 -07:00
Utilities.meta Adding template 2021-02-02 20:59:14 -07:00
Views.meta Adding template 2021-02-02 20:59:14 -07: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