lstmdg cfdbf69074 2023.7.28 1 年之前
..
Assets cfdbf69074 2023.7.28 1 年之前
Common cfdbf69074 2023.7.28 1 年之前
Components cfdbf69074 2023.7.28 1 年之前
EditorGameService cfdbf69074 2023.7.28 1 年之前
Models cfdbf69074 2023.7.28 1 年之前
Presenters cfdbf69074 2023.7.28 1 年之前
Properties cfdbf69074 2023.7.28 1 年之前
Settings cfdbf69074 2023.7.28 1 年之前
UserInterface cfdbf69074 2023.7.28 1 年之前
Utilities cfdbf69074 2023.7.28 1 年之前
Views cfdbf69074 2023.7.28 1 年之前
Assets.meta cfdbf69074 2023.7.28 1 年之前
Common.meta cfdbf69074 2023.7.28 1 年之前
Components.meta cfdbf69074 2023.7.28 1 年之前
EditorGameService.meta cfdbf69074 2023.7.28 1 年之前
Models.meta cfdbf69074 2023.7.28 1 年之前
Presenters.meta cfdbf69074 2023.7.28 1 年之前
Properties.meta cfdbf69074 2023.7.28 1 年之前
README.md cfdbf69074 2023.7.28 1 年之前
README.md.meta cfdbf69074 2023.7.28 1 年之前
Settings.meta cfdbf69074 2023.7.28 1 年之前
Unity.CollabProxy.Editor.asmdef cfdbf69074 2023.7.28 1 年之前
Unity.CollabProxy.Editor.asmdef.meta cfdbf69074 2023.7.28 1 年之前
UserInterface.meta cfdbf69074 2023.7.28 1 年之前
Utilities.meta cfdbf69074 2023.7.28 1 年之前
Views.meta cfdbf69074 2023.7.28 1 年之前

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