InsAsterix/InsAsterix/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/Collaborate
2023-04-09 21:10:25 +02:00
..
Assets DummyEntity with despawn script 2023-04-09 21:10:25 +02:00
Common Init project 2023-03-02 20:21:33 +01:00
Components Init project 2023-03-02 20:21:33 +01:00
EditorGameService Init project 2023-03-02 20:21:33 +01:00
Models Init project 2023-03-02 20:21:33 +01:00
Presenters Init project 2023-03-02 20:21:33 +01:00
Properties Init project 2023-03-02 20:21:33 +01:00
Settings Init project 2023-03-02 20:21:33 +01:00
UserInterface Init project 2023-03-02 20:21:33 +01:00
Utilities Init project 2023-03-02 20:21:33 +01:00
Views Init project 2023-03-02 20:21:33 +01:00
Assets.meta Init project 2023-03-02 20:21:33 +01:00
Common.meta Init project 2023-03-02 20:21:33 +01:00
Components.meta Init project 2023-03-02 20:21:33 +01:00
EditorGameService.meta Init project 2023-03-02 20:21:33 +01:00
Models.meta Init project 2023-03-02 20:21:33 +01:00
Presenters.meta Init project 2023-03-02 20:21:33 +01:00
Properties.meta Init project 2023-03-02 20:21:33 +01:00
README.md Init project 2023-03-02 20:21:33 +01:00
README.md.meta Init project 2023-03-02 20:21:33 +01:00
Settings.meta Init project 2023-03-02 20:21:33 +01:00
Unity.CollabProxy.Editor.asmdef Init project 2023-03-02 20:21:33 +01:00
Unity.CollabProxy.Editor.asmdef.meta Init project 2023-03-02 20:21:33 +01:00
UserInterface.meta Init project 2023-03-02 20:21:33 +01:00
Utilities.meta Init project 2023-03-02 20:21:33 +01:00
Views.meta Init project 2023-03-02 20:21:33 +01: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