ZMWSLI0-SL2021-GR11/Projekt/MWSProjekt/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor
2021-07-05 21:20:56 +02:00
..
Assets Added terrain in project 2021-07-05 21:20:56 +02:00
Common Added terrain in project 2021-07-05 21:20:56 +02:00
Components Added terrain in project 2021-07-05 21:20:56 +02:00
Models Added terrain in project 2021-07-05 21:20:56 +02:00
Presenters Added terrain in project 2021-07-05 21:20:56 +02:00
Properties Added terrain in project 2021-07-05 21:20:56 +02:00
Settings Added terrain in project 2021-07-05 21:20:56 +02:00
UserInterface Added terrain in project 2021-07-05 21:20:56 +02:00
Utilities Added terrain in project 2021-07-05 21:20:56 +02:00
Views Added terrain in project 2021-07-05 21:20:56 +02:00
Assets.meta Added terrain in project 2021-07-05 21:20:56 +02:00
Common.meta Added terrain in project 2021-07-05 21:20:56 +02:00
Components.meta Added terrain in project 2021-07-05 21:20:56 +02:00
Models.meta Added terrain in project 2021-07-05 21:20:56 +02:00
Presenters.meta Added terrain in project 2021-07-05 21:20:56 +02:00
Properties.meta Added terrain in project 2021-07-05 21:20:56 +02:00
README.md Added terrain in project 2021-07-05 21:20:56 +02:00
README.md.meta Added terrain in project 2021-07-05 21:20:56 +02:00
Settings.meta Added terrain in project 2021-07-05 21:20:56 +02:00
Unity.CollabProxy.Editor.asmdef Added terrain in project 2021-07-05 21:20:56 +02:00
Unity.CollabProxy.Editor.asmdef.meta Added terrain in project 2021-07-05 21:20:56 +02:00
UserInterface.meta Added terrain in project 2021-07-05 21:20:56 +02:00
Utilities.meta Added terrain in project 2021-07-05 21:20:56 +02:00
Views.meta Added terrain in project 2021-07-05 21:20:56 +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