lstmdg cfdbf69074 2023.7.28 2 years ago
..
Assets cfdbf69074 2023.7.28 2 years ago
Common cfdbf69074 2023.7.28 2 years ago
Components cfdbf69074 2023.7.28 2 years ago
EditorGameService cfdbf69074 2023.7.28 2 years ago
Models cfdbf69074 2023.7.28 2 years ago
Presenters cfdbf69074 2023.7.28 2 years ago
Properties cfdbf69074 2023.7.28 2 years ago
Settings cfdbf69074 2023.7.28 2 years ago
UserInterface cfdbf69074 2023.7.28 2 years ago
Utilities cfdbf69074 2023.7.28 2 years ago
Views cfdbf69074 2023.7.28 2 years ago
Assets.meta cfdbf69074 2023.7.28 2 years ago
Common.meta cfdbf69074 2023.7.28 2 years ago
Components.meta cfdbf69074 2023.7.28 2 years ago
EditorGameService.meta cfdbf69074 2023.7.28 2 years ago
Models.meta cfdbf69074 2023.7.28 2 years ago
Presenters.meta cfdbf69074 2023.7.28 2 years ago
Properties.meta cfdbf69074 2023.7.28 2 years ago
README.md cfdbf69074 2023.7.28 2 years ago
README.md.meta cfdbf69074 2023.7.28 2 years ago
Settings.meta cfdbf69074 2023.7.28 2 years ago
Unity.CollabProxy.Editor.asmdef cfdbf69074 2023.7.28 2 years ago
Unity.CollabProxy.Editor.asmdef.meta cfdbf69074 2023.7.28 2 years ago
UserInterface.meta cfdbf69074 2023.7.28 2 years ago
Utilities.meta cfdbf69074 2023.7.28 2 years ago
Views.meta cfdbf69074 2023.7.28 2 years ago

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