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